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
*
As a followup to r292330, standardize on size_t and add a few comments.
des
2015-12-16
1
-2
/
+5
*
Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we
des
2015-12-16
1
-3
/
+2
*
Fix buildworld after r291453, similar to r284346: url->user and url->pwd
dim
2015-11-29
1
-4
/
+2
*
Use .netrc for HTTP sites and proxies, not just FTP.
des
2015-11-29
2
-3
/
+11
*
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
bdrewery
2015-11-25
1
-1
/
+0
*
Use fopen()'s newfangled "e" flag instead of explicit fcntl() calls.
des
2015-10-16
1
-5
/
+3
*
Fix two bugs in HTTPS tunnelling:
des
2015-10-16
1
-4
/
+32
*
Fix non-POSIX-compliant use of getaddrinfo in libfetch
grembo
2015-09-25
1
-1
/
+2
*
Remove unused variable to silence clang warning.
araujo
2015-07-04
1
-4
/
+1
*
new depends
sjg
2015-06-16
1
-1
/
+0
*
Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:
dim
2015-06-13
1
-12
/
+6
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+28
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-13
/
+5
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
2
-14
/
+24
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
6
-26
/
+77
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-0
/
+2
|
*
|
|
Merge from head
sjg
2014-05-08
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merge head
sjg
2014-04-27
3
-134
/
+85
|
|
\
\
\
\
|
*
\
\
\
\
Merge from head
sjg
2013-09-05
5
-28
/
+666
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
|
|
Sync with HEAD.
obrien
2013-02-08
1
-4
/
+4
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Updated/new Makefile.depend
sjg
2012-11-08
1
-0
/
+5
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
Sync from head
sjg
2012-11-04
5
-8
/
+37
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+22
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Remove defunct SSLv2 support from fetch(1) and fetch(3).
jkim
2015-03-25
2
-9
/
+3
*
|
|
|
|
|
|
|
|
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
[next]