History log of /curl/lib/cookie.c (Results 276 – 299 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8e91d5de 11-Oct-2001 Sterling Hughes

looks nicer and is better compatible with older vim versions


# f2a25966 10-Oct-2001 Daniel Stenberg

cookiejar now enables the cookie engine


# e719f416 08-Oct-2001 Daniel Stenberg

corrected cookie-jar comment


# 598e8dfb 26-Sep-2001 Daniel Stenberg

Now we're setting a default domain for received cookies so that we can
properly match those cookies in subsequent requests


Revision tags: curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7
# 3f5227df 10-Sep-2001 Daniel Stenberg

Curl_cookie_output() must check that there's a cookie struct present before
trying to address it!


# 61478798 07-Sep-2001 Sterling Hughes

Added formatting sections for emacs and vim


Revision tags: before_urldata_rename
# a2b6ef34 29-Aug-2001 Daniel Stenberg

cookie jar adjustments


# 9e5dfc15 26-Aug-2001 Daniel Stenberg

improved the test


# c9c21150 23-Aug-2001 Daniel Stenberg

started working on a function for writing (all) cookies, made it possible
to read multiple cookie files, no longer writes to the URL string passed
to the _add() function. The new stuff is now

started working on a function for writing (all) cookies, made it possible
to read multiple cookie files, no longer writes to the URL string passed
to the _add() function. The new stuff is now conditionally compiled on the
COOKIE define. Changed the _init() proto.

show more ...


Revision tags: curl-7_8_1
# c8926138 14-Aug-2001 Daniel Stenberg

commented out empty else blocks to shut up pedantic compilers


Revision tags: curl-7_8_1-pre3, curl-7_8, curl-7_8-pre2
# 870bacd6 30-May-2001 Daniel Stenberg

include strtok.h to get the prototype


# d567659b 29-May-2001 Daniel Stenberg

strtok() replaced with strtok_r()


# 72dec6cf 23-May-2001 Daniel Stenberg

Added Andres' comments about field 2 in netscape cookie files


# 8dc9f433 23-May-2001 Daniel Stenberg

Andr�s Garc�a's netscape cookie file parser fix


Revision tags: curl-7_7_3, curl-7_7_2, curl-7_7_1, curl-7_7, curl-7_7-beta5, curl-7_7-beta3, curl-7_7-beta2, curl-7_7-beta1, curl-7_7_alpha2, curl-7_6_1, curl-7_6_1-pre3, curl-7_6_1-pre2, curl-7_6_1-pre1, curl-7_6, curl-7_6-pre4, curl_7_6-pre3
# 40311044 05-Jan-2001 Daniel Stenberg

Internal symbols that aren't static are now prefixed with 'Curl_'


Revision tags: curl-7_5_2
# 24dee483 03-Jan-2001 Daniel Stenberg

dual-license fix


Revision tags: pre-header-change, curl-7_5
# 78423c58 10-Nov-2000 Daniel Stenberg

Venkataramana Mokkapati corrected a cookie parser bug


Revision tags: curl-7_4_1
# 0f8facb4 09-Oct-2000 Daniel Stenberg

added memory debugging include file


Revision tags: curl-7_3
# 28ad7dc4 25-Sep-2000 Daniel Stenberg

a single cookie does not require a trailing semicolon anymore


Revision tags: curl-7_2
# b6e18f2f 24-Aug-2000 Daniel Stenberg

#include "setup.h" moved first of all includes


Revision tags: curl-7_1_1, v7_0_2beta
# 96dde76b 22-May-2000 Daniel Stenberg

moved here from the newlib branch


Revision tags: curl-6_5_2, curl-6_5_1, curl-6_5
# 9280c208 10-Feb-2000 Daniel Stenberg

* Made '-' as file name to read cookies from equal stdin.
* I hope I finally removed 'empty cookies' crash


# c6a8bb3d 01-Feb-2000 Daniel Stenberg

Added some RFC2109 support


# ae1912cb 29-Dec-1999 Daniel Stenberg

Initial revision


1...<<1112