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
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't reuse credentials if redirected to a different host.
des
2012-04-30
1
-1
/
+3
*
Fix two issues related to the use of SIGINFO in fetch(1) to display
des
2012-01-18
1
-5
/
+12
*
latin1 -> utf8
des
2011-10-19
1
-1
/
+1
*
Update copyright dates and strip my middle name.
des
2011-09-27
1
-1
/
+1
*
Increase WARNS to 4.
des
2011-05-12
1
-1
/
+1
*
Mechanical whitespace cleanup.
des
2011-05-12
1
-100
/
+100
*
Increase WARNS to 3.
des
2011-05-12
1
-1
/
+1
*
Fix a couple of embarrassing mistakes in the previous commit.
des
2010-07-28
1
-2
/
+2
*
If the A flag is supplied, http_request() will attempt the request only
des
2010-07-01
1
-2
/
+4
*
Add HTTP digest authentication.
des
2010-01-19
1
-66
/
+816
*
Add support for HTTP 1.1 If-Modified-Since behavior.
murray
2008-12-15
1
-3
/
+25
*
Don't fail mistakenly with -r when we already have the whole file.
ru
2008-10-24
1
-0
/
+1
*
Use memcpy(3) instead of the BSD-specific bcopy(3).
des
2008-02-08
1
-1
/
+1
*
Add necessary cast for tolower() argument.
des
2008-02-06
1
-2
/
+3
*
As several people pointed out, I did all the ctype casts the wrong
des
2007-12-19
1
-13
/
+15
*
Add support for the NO_PROXY / no_proxy environment variable as used by
des
2007-12-18
1
-3
/
+5
*
Old patch I had lying around: correctly cast the argument to is*().
des
2007-12-18
1
-12
/
+13
*
Clean up namespace violations.
des
2007-12-14
1
-97
/
+97
*
Handle temporary redirects (HTTP status code 307)
des
2007-05-08
1
-0
/
+2
*
Ignore HTTP_PROXY if it is defined but empty. This was already handled
des
2005-08-24
1
-1
/
+1
*
Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush
kbyanc
2005-03-02
1
-2
/
+15
*
Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips
kbyanc
2005-02-16
1
-1
/
+9
*
Update copyright years.
des
2004-09-21
1
-1
/
+1
*
Don't forget to allocate space for the terminating NUL when converting to
des
2004-08-07
1
-1
/
+1
*
Slight tweak to previous commit: don't forget to call _http_seterr() if
des
2004-02-11
1
-0
/
+1
*
When restarting a transfer that has already completed, the server will
des
2004-02-11
1
-9
/
+41
*
Re-wrap some comments.
des
2004-02-11
1
-6
/
+7
*
Don't dereference flags if NULL (see http.c rev 1.87)
des
2003-03-29
1
-1
/
+1
*
Don't parse the proxy URL unless we're actually going to use it. No real
des
2003-03-11
1
-3
/
+6
*
style(9): add parentheses to sizeof even when not strictly required.
des
2003-01-28
1
-2
/
+2
*
A negative offset means "get it all".
des
2003-01-22
1
-2
/
+2
*
Implement and document support for an HTTP_REFERER environment variable.
des
2002-11-28
1
-12
/
+21
*
Use __func__ and break a long line.
des
2002-10-30
1
-5
/
+4
*
Don't forget to set the error flag when _fetch_read() returns -1.
des
2002-10-30
1
-2
/
+6
*
Eliminate two cases of undefined behaviour: total in _fetch_write() was
des
2002-10-27
1
-0
/
+1
*
HTTP authentication got broken in rev. 1.49.
ru
2002-10-03
1
-4
/
+4
*
Don't try to dereference conn when we know it's NULL.
des
2002-06-19
1
-2
/
+5
*
Make SSL support conditional on NOCRYPT.
des
2002-06-05
1
-0
/
+3
*
Add SSL support + slight cleanup.
des
2002-06-05
1
-1
/
+6
*
Wrap everything in struct connection, and enforce timeouts everywhere
des
2002-06-05
1
-33
/
+52
*
Rename struct cookie to struct httpio to avoid confusion (it's not an HTTP
des
2002-06-05
1
-50
/
+50
*
Add comments to struct cookie.
des
2002-06-05
1
-8
/
+8
*
Fix a bug I introduced in the chunk decoder in the previous commit..
des
2002-06-05
1
-1
/
+1
*
First step towards SSL support: wrap connections in a 'struct connection'
des
2002-06-05
1
-77
/
+84
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-3
/
+1
*
Reindent, and add parentheses to return statements. Some functions in
des
2002-02-05
1
-736
/
+742
*
Check the return value from read() when reading the CR/LF at the end of a
des
2002-01-20
1
-2
/
+4
*
In verbose mode, display the full error message from the server, stripping
des
2002-01-01
1
-3
/
+48
*
Remove VT100 escapes from debugging messages now that they're enabled by
des
2002-01-01
1
-10
/
+10
*
Conditionalize some debugging code that didn't use the DEBUG macro.
des
2001-12-09
1
-8
/
+10
[next]