]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libfetch
Don't go haywire if the server closes the connection during a multiline
[FreeBSD/FreeBSD.git] / lib / libfetch /
2000-11-22 desDon't go haywire if the server closes the connection...
2000-11-22 rulog
2000-11-15 obrienThis commit was generated by cvs2svn to compensate...
2000-11-14 ruSpell the des's name correctly.
2000-11-14 ruUse Fx macro wherever possible.
2000-11-14 greenThis commit was generated by cvs2svn to compensate...
2000-11-13 obrienThis commit was generated by cvs2svn to compensate...
2000-11-13 obrienThis commit was generated by cvs2svn to compensate...
2000-11-13 krisThis commit was generated by cvs2svn to compensate...
2000-11-10 desUse the documented (and historical) defaults. Centraliz...
2000-11-06 asmodaiThis commit was generated by cvs2svn to compensate...
2000-11-05 obrienThis commit was generated by cvs2svn to compensate...
2000-11-04 krisThis commit was generated by cvs2svn to compensate...
2000-11-04 obrienThis commit was generated by cvs2svn to compensate...
2000-11-04 obrienThis commit was generated by cvs2svn to compensate...
2000-10-31 asmodaiThis commit was generated by cvs2svn to compensate...
2000-10-31 asmodaiThis commit was generated by cvs2svn to compensate...
2000-10-30 krisThis commit was generated by cvs2svn to compensate...
2000-10-29 desUse CHECK_FLAG
2000-10-29 desStricter error checking in the I/O functions.
2000-10-29 desAdd CHECK_FLAGS, a macro for (safely) checking if a...
2000-10-29 desDocument FTP_PASSIVE_MODE and FTP_PASSWORD.
2000-10-29 darrenrThis commit was generated by cvs2svn to compensate...
2000-10-28 desFix this my way. David had absolutely no call overridin...
2000-10-28 obrienInstall per function manpages so one doesn't mistakenly...
2000-10-28 obrienRepeat after me, "check to see that a pointer isn't...
2000-10-28 msmithThis commit was generated by cvs2svn to compensate...
2000-10-27 desMFS: don't expect result code until you close the data...
2000-10-26 darrenrThis commit was generated by cvs2svn to compensate...
2000-10-25 wollmanThis commit was generated by cvs2svn to compensate...
2000-10-22 desUse funopen() instead of fdopen(). This fixes three...
2000-10-21 desIf the scheme is HTTP or HTTPS, percent-escape whitespa...
2000-10-17 desArgh! Fix passive mode selection (again)
2000-10-13 obrienThis commit was generated by cvs2svn to compensate...
2000-10-13 desUse the right user name
2000-10-12 desDocument recent changes in URL parsing and proxy handling
2000-10-12 desftp.c needs _http_request()
2000-10-12 desRework proxy handling so that proxies can be specified...
2000-10-12 desRelax URL syntax so that schemeless URLs are supported.
2000-10-12 desAdd macros for the names of the URL schemes we support.
2000-10-12 desMake the ENVIRONMENT section more legible, and mention...
2000-10-11 peterThis commit was generated by cvs2svn to compensate...
2000-10-02 peterThis commit was generated by cvs2svn to compensate...
2000-10-01 gshapiroThis commit was generated by cvs2svn to compensate...
2000-09-24 desWork around buggy servers such as NCSA httpd which...
2000-09-10 krisThis commit was generated by cvs2svn to compensate...
2000-08-31 desDocument the FTP_PROXY and HTTP_PROXY variables better.
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-23 krisThis commit was generated by cvs2svn to compensate...
2000-08-21 desGrok 125 replies to passive RETR. This fixes an intero...
2000-08-20 markmThis commit was generated by cvs2svn to compensate...
2000-08-15 sheldonhThis commit was generated by cvs2svn to compensate...
2000-08-13 krisThis commit was generated by cvs2svn to compensate...
2000-08-13 darrenrThis commit was generated by cvs2svn to compensate...
2000-08-13 krisThis commit was generated by cvs2svn to compensate...
2000-08-12 gshapiroThis commit was generated by cvs2svn to compensate...
2000-08-10 wollmanThis commit was generated by cvs2svn to compensate...
2000-08-04 obrienThis commit was generated by cvs2svn to compensate...
2000-08-02 desFix signedness bogon.
2000-07-27 obrienThis commit was generated by cvs2svn to compensate...
2000-07-27 desDon't fail if _ftp_stat() reports a protocol error...
2000-07-25 desIf the server reports the size as 0, treat it as unknow...
2000-07-25 desCentralize the default port finding code.
2000-07-21 desIgnore environment variables that are set but empty.
2000-07-21 desDocument the proxy support better.
2000-07-21 desThe decision to use an HTTP proxy for FTP documents...
2000-07-21 desDon't send port number to proxy unless it's not the...
2000-07-20 fennerThis commit was generated by cvs2svn to compensate...
2000-07-20 obrienThis commit was generated by cvs2svn to compensate...
2000-07-20 desFix the case where the file name is preceded by a lone...
2000-07-19 desDon't try to skip to the requested offset if the server...
2000-07-19 darrenrThis commit was generated by cvs2svn to compensate...
2000-07-18 desDon't take a failure to stat a file to mean that it...
2000-07-17 desIntroduce fetchXGet*(), which combine the functionaliti...
2000-07-17 desDon't forget to set file descriptor to -1 after closing...
2000-07-17 desUse a symbolic constant instead of hardcoding 999
2000-07-17 desDon't forget to declare fetchRestartCalls.
2000-07-17 desIntroduce the (undocumented) variable fetchRestartCalls...
2000-07-17 desRemove fetchContentType(), which disappeared in the...
2000-07-16 des#ifdef DEBUG -> #ifndef NDEBUG
2000-07-16 desReinsert the MIT copyright, which applies to the base64...
2000-07-14 psThis commit was generated by cvs2svn to compensate...
2000-07-13 desFix a bug (misplaced continue) that caused redirects...
2000-07-12 desFully document the HTTP authorization feature.
2000-07-12 desExtensive rewrite of the HTTP code. The new code is...
2000-07-11 desUse fetch_putln()
2000-07-11 desAdd _fetch_putln()
2000-07-11 desDocument that basic authorization now kinda works.
2000-07-11 desRework the authorization code.
2000-07-11 desClean up the debugging output
2000-07-10 umeThis commit was generated by cvs2svn to compensate...
2000-07-10 umeFree chunks obtained by getaddrinfo(3).
2000-07-10 umeMake EPSV work again. Separate parsing code of 229...
2000-07-08 desDon't assume the remote address in a 227 reply is enclo...
2000-07-08 desFix basic authentication, and add proxy authentication.
2000-07-03 obrienThis commit was generated by cvs2svn to compensate...
2000-07-03 peterThis commit was generated by cvs2svn to compensate...
2000-06-29 desMake restart work in active mode, too.
next