summaryrefslogtreecommitdiff
path: root/lib/if2ip.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
|
* Fixed some compiler warnings I should have noticed before.Dan Fandrich2005-03-161-0/+1
|
* Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.Dan Fandrich2005-03-151-10/+1
|
* hushing up more warningsDaniel Stenberg2005-03-141-2/+2
|
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-2/+2
|
* untabifyDaniel Stenberg2004-10-061-2/+2
|
* passing in a very long interface name could make a buffer overflowDaniel Stenberg2004-06-301-1/+4
|
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-7/+7
| | | | | linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
| | | | memory.h is included everywhere for this.
* Gisle-fix: constified the 'interface' argument.Daniel Stenberg2004-05-051-2/+5
|
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-2/+5
|
* set the 'retry' bit to TRUE when the connection is about to be retried,Daniel Stenberg2004-02-021-0/+2
| | | | | this allows the HTTP code to *not* return a failure just because no data has been received from the server
* moved the definitions of IOCTL_3_ARGS to setup.hDaniel Stenberg2004-01-291-6/+0
|
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
| | | | warnings. Minor edits by me.
* Avoid Curl_if2ip() on Interix as well. Fix by Rodney.Daniel Stenberg2004-01-161-2/+2
|
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
|
* DJGPP fix by Gisle VanemDaniel Stenberg2003-05-231-0/+4
|
* James Bursa made it compile on RISC OS as well.Daniel Stenberg2003-02-281-1/+2
|
* 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
|
* 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
|
* VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg2001-08-061-0/+9
| | | | a configure checked one.
* removed _REENTRANT defineDaniel Stenberg2001-05-311-4/+0
|
* corrected the close to sclose() so that the memdebug stuff worksDaniel Stenberg2001-03-161-1/+2
|
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
|
* Ingo Ralf Blum's cygwin fixesDaniel Stenberg2001-01-241-1/+1
|
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+1
|
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
|
* hostname and large file support addedDaniel Stenberg2000-08-241-1/+1
|
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-231-2/+9
|
* moved an include file further up to make AIX 3 more happyDaniel Stenberg2000-08-041-4/+5
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* David LeBlanc's fixes!Daniel Stenberg2000-05-291-2/+11
|
* silly mistake correctedDaniel Stenberg2000-05-261-1/+1
|
* AIX wants sys/time.h includedDaniel Stenberg2000-05-251-0/+4
|
* Initial revisionDaniel Stenberg1999-12-291-0/+110