summaryrefslogtreecommitdiff
path: root/lib/dict.c
Commit message (Expand)AuthorAgeFilesLines
...
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-8/+8
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+1
* Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...Gisle Vanem2006-08-291-1/+1
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-0/+2
* 1 - allow DICT with properly URL-escaped words, like using %20 for spacesDaniel Stenberg2006-05-101-2/+53
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-3/+1
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+4
* Replace LF with CRLF. Ref RFC-2229, sec 2.3:before_ftp_statemachineGisle Vanem2005-02-091-9/+9
* Dan Fandrich: make --disable-dict actually disable dictDaniel Stenberg2004-11-111-0/+3
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-17/+17
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-1/+1
* removed the nth variable, it was only set and never used anywayDaniel Stenberg2004-02-121-13/+0
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-1/+1
* Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!Daniel Stenberg2003-12-101-3/+3
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-6/+7
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+0
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-251-1/+0
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-2/+2
* check return code when issuing the requestDaniel Stenberg2001-10-311-40/+39
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-1/+1
* removed the *done() function as it served no purpose, added type casts whenDaniel Stenberg2001-08-141-8/+3
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-141-1/+1
* multiple connection support initial commitDaniel Stenberg2001-02-201-6/+6
* replaced sendf() calls with Curl_sendf()Daniel Stenberg2001-01-251-30/+30
* Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg2001-01-171-4/+4
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-2/+2
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* removed URL size restrictionsDaniel Stenberg2000-11-201-1/+1
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-13/+17
* updated to use the new set of progress-functionsDaniel Stenberg2000-02-141-0/+4
* Adjusted to use the new Transfer() instead of the old Download()Daniel Stenberg2000-02-011-3/+6
* Initial revisionDaniel Stenberg1999-12-291-0/+245