summaryrefslogtreecommitdiff
path: root/lib/dict.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | need it.
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
| | | | way for emacs, and vim users should provide a similar non-polluting style
* 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
| | | | be posted in a minute to the libcurl list.
* removed the *done() function as it served no purpose, added type casts whenDaniel Stenberg2001-08-141-8/+3
| | | | | converting from 'const char *' to 'char *' to please my picky compiler options
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-141-1/+1
| | | | from urldata to connectdata, quite correctly.
* 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
| | | | and download.h
* 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