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
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
style(9): add parentheses to sizeof even when not strictly required.
des
2003-01-28
1
-8
/
+8
*
Fix signed/unsigned comparison warning/error from 'make release'
jwd
2003-01-28
1
-4
/
+4
*
Experimental support for .netrc.
des
2003-01-22
1
-0
/
+91
*
Set auto-retry mode to avoid some spurious errors.
des
2003-01-03
1
-0
/
+1
*
Fix a bug in fenner's _fetch_writev() patch (rev 1.36)
des
2002-10-30
1
-1
/
+6
*
Recommit the non-broken parts of 1.34 and 1.37.
des
2002-10-30
1
-6
/
+11
*
Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specifically
imp
2002-10-30
1
-12
/
+38
*
Fix `pkg_add -r' by backing out revs 1.34-1.38.
obrien
2002-10-29
1
-52
/
+19
*
Fix an off-by-one error (> where >= should have been used) which caused
des
2002-10-28
1
-6
/
+5
*
Slight amendment to rev 1.34: instead of considering any short read an
des
2002-10-27
1
-6
/
+8
*
Introduce _fetch_writev(), which is the conn_t version of writev(2). In
des
2002-10-27
1
-7
/
+34
*
Eliminate two cases of undefined behaviour: total in _fetch_write() was
des
2002-10-27
1
-0
/
+1
*
Back out the previous commit, and fix the bug rather than try to hide its
des
2002-10-27
1
-10
/
+18
*
Fix an infinite loop when _fetch_read() can return 0 (if the
alfred
2002-09-20
1
-1
/
+5
*
Make _fetch_connect() always set the error code.
fenner
2002-09-17
1
-1
/
+3
*
Reintroduce debugging code that somehow got lost in a previous revision.
des
2002-06-24
1
-0
/
+2
*
Add a reference count to struct fetchconn so we don't prematurely close and
des
2002-06-11
1
-0
/
+19
*
Make SSL support conditional on NOCRYPT.
des
2002-06-05
1
-0
/
+11
*
Add SSL support + slight cleanup.
des
2002-06-05
1
-1
/
+49
*
Wrap everything in struct connection, and enforce timeouts everywhere
des
2002-06-05
1
-61
/
+130
*
First step towards SSL support: wrap connections in a 'struct connection'
des
2002-06-05
1
-24
/
+56
*
Switch to a self-starting allocation scheme.
des
2002-02-05
1
-10
/
+3
*
Reindent, and add parentheses to return statements. Some functions in
des
2002-02-05
1
-233
/
+230
*
Remove VT100 escapes from debugging messages now that they're enabled by
des
2002-01-01
1
-3
/
+3
*
Back out part of previous commit which was gcc-centric
des
2001-10-19
1
-2
/
+2
*
Tons of type, style and warning fixes that have been rotting in my tree for
des
2001-10-18
1
-5
/
+8
*
Add __FBSDID()s to libfetch
dillon
2001-09-30
1
-2
/
+3
*
MAXPATHLEN -> PATH_MAX
des
2001-05-26
1
-1
/
+1
*
Apply 'const' liberally.
archie
2001-04-24
1
-9
/
+9
*
Don't try to get the proxy port number from /etc/services.
des
2000-11-27
1
-4
/
+0
*
Use the documented (and historical) defaults. Centralize the decision logic
des
2000-11-10
1
-0
/
+34
*
Introduce the (undocumented) variable fetchRestartCalls, which controls whether
des
2000-07-17
1
-2
/
+2
*
Add _fetch_putln()
des
2000-07-11
1
-5
/
+29
*
Clean up the debugging output
des
2000-07-11
1
-3
/
+2
*
Free chunks obtained by getaddrinfo(3).
ume
2000-07-10
1
-0
/
+1
*
Output newline after debugging message
des
2000-05-25
1
-0
/
+1
*
Dump com_err, it's a stinking crock of shit.
des
2000-05-25
1
-45
/
+11
*
IPv6 support.
ume
2000-05-20
1
-22
/
+26
*
Use sizeof more consistently.
des
2000-05-07
1
-1
/
+1
*
More old uncommitted patches: implement timeouts at the protocol level.
des
2000-01-07
1
-0
/
+82
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement and document file list retrieval.
des
1998-12-21
1
-1
/
+43
*
Don't specify a language to compile_et.
des
1998-12-18
1
-2
/
+2
*
Add verbose flag, and support functions.
des
1998-12-16
1
-19
/
+56
*
Second of a series of cleanups to libfetch.
des
1998-11-06
1
-18
/
+89
*
First of a series of cleanups to libfetch. Changed files, in
des
1998-11-05
1
-0
/
+134