summaryrefslogtreecommitdiff
path: root/lib/dict.c
Commit message (Expand)AuthorAgeFilesLines
* 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