index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libfetch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert libraries to use LIBADD
bapt
2014-11-25
1
-4
/
+2
*
As pointed out by several people, r273114 was incorrect: it unconditionally
des
2014-10-15
2
-15
/
+25
*
Drop support for SSLv3.
des
2014-10-15
1
-1
/
+1
*
Add a comment to explain the EAGAIN is only there for POSIX compliance
bapt
2014-07-15
1
-0
/
+1
*
Support EAGAIN in fetch_writev
bapt
2014-07-10
1
-0
/
+2
*
Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...
bapt
2014-06-11
1
-12
/
+12
*
Add support for arbitrary http requests
bapt
2014-06-05
3
-2
/
+37
*
Remove unnecessary semicolons
bapt
2014-06-05
1
-4
/
+4
*
Use NULL instead of 0
bapt
2014-06-05
1
-2
/
+2
*
If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.
des
2014-06-05
2
-4
/
+10
*
Look for root certificates in /usr/local/etc/ssl before /etc/ssl.
des
2014-05-17
1
-2
/
+8
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
*
Support Last-Modified behind proxies which return UTC instead of GMT.
bdrewery
2014-03-11
1
-0
/
+6
*
Bump copyright dates
des
2014-01-30
3
-3
/
+3
*
r261230 broke the cases where the amount of data to be read is not
des
2014-01-29
2
-17
/
+16
*
Solve http buffering issues and hangs once and for all (hopefully!) by
des
2014-01-28
3
-121
/
+57
*
Fix format string.
des
2014-01-20
1
-1
/
+1
*
Fix build with GCC
bdrewery
2013-11-19
1
-1
/
+2
*
Support SNI in libfetch
bdrewery
2013-11-19
1
-0
/
+9
*
Even though it doesn't really make sense in the context of a CONNECT
des
2013-08-22
1
-0
/
+2
*
Include an Accept header in requests.
des
2013-07-30
2
-3
/
+18
*
Implement certificate verification, and many other SSL-related
des
2013-07-26
4
-16
/
+632
*
Use the correct request syntax for proxied (tunneled) HTTPS requests.
des
2013-07-21
1
-1
/
+1
*
Fix -Wunsequenced warning.
kientzle
2013-06-29
1
-1
/
+1
*
Use the CONNECT method to proxy HTTPS connections through HTTP proxies.
des
2013-04-12
1
-8
/
+13
*
Fix weird indentation.
des
2012-11-16
1
-4
/
+4
*
Implement HTTP 305 redirect handling.
eadler
2012-10-22
1
-1
/
+5
*
Don't deny non-temporary redirects if the -A option is set (per
eadler
2012-10-22
2
-2
/
+13
*
Be a bit more lenient in the maximum number of redirects allowed.
eadler
2012-10-22
1
-1
/
+1
*
Use libmd if and only if OpenSSL is not available.
des
2012-09-14
2
-2
/
+10
*
Adding missing return statements during error conditions.
eadler
2012-09-14
1
-2
/
+8
*
Merge OpenSSL 1.0.1c.
jkim
2012-07-12
1
-1
/
+1
*
libfetch: Avoid SIGPIPE on network connections.
jilles
2012-05-28
1
-0
/
+2
*
Don't reuse credentials if redirected to a different host.
des
2012-04-30
1
-1
/
+3
*
Since the socket is non-blocking, it is necessary to use select(2) even
des
2012-04-30
1
-17
/
+13
*
Support percent-encoded user and password
emaste
2012-04-11
1
-6
/
+45
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-1
/
+1
*
Fix two nits in previous commit pointed out by pjd@.
des
2012-01-23
1
-2
/
+1
*
Fix two issues related to the use of SIGINFO in fetch(1) to display
des
2012-01-18
3
-7
/
+75
*
latin1 -> utf8
des
2011-10-19
8
-9
/
+9
*
Update copyright dates and strip my middle name.
des
2011-09-27
8
-8
/
+8
*
Bump date.
des
2011-09-27
1
-1
/
+1
*
Think first, commit second.
des
2011-09-27
2
-8
/
+19
*
Long overdue: make passive mode the default for ftp.
des
2011-09-27
1
-2
/
+2
*
Mark all socket and file descriptors close-on-exec.
des
2011-05-13
2
-0
/
+4
*
Builds cleanly at the default WARNS level (WARNS=6).
des
2011-05-12
1
-1
/
+0
*
Increase WARNS to 4.
des
2011-05-12
3
-3
/
+3
*
Mechanical whitespace cleanup.
des
2011-05-12
1
-100
/
+100
*
Increase WARNS to 3.
des
2011-05-12
2
-2
/
+2
*
Fix a bug related to connection caching which could cause a crash after
des
2011-01-17
1
-0
/
+1
[next]