summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-36/+17
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* cookies: Improved OOM handling in cookiesDan Fandrich2014-12-091-23/+48
* cookie.c: Refactored cleanup code to simplifyDan Fandrich2014-12-071-25/+19
* cookies: reject incoming cookies set for TLDsDaniel Stenberg2014-09-101-0/+6
* cookies: only use full host matches for hosts used as IP addressTim Ruehsen2014-09-101-10/+40
* cookie: max-age fixesDaniel Stenberg2014-01-171-14/+24
* Curl_cookie_add: remove 'now' from curl_getdate() callDaniel Stenberg2014-01-161-2/+2
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* cookies: add expirationYAMADA Yasuharu2013-09-171-0/+37
* slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup()Patrick Monnerat2013-07-151-2/+3
* cookies: follow-up fix for path checkingYAMADA Yasuharu2013-06-121-20/+123
* Curl_cookie_add: handle IPv6 hostsDaniel Stenberg2013-05-211-65/+24
* cookies: only consider full path matchesYAMADA Yasuharu2013-05-181-4/+29
* cookie: fix tailmatching to prevent cross-domain leakageYAMADA Yasuharu2013-04-111-5/+19
* cookie.c: Made cookie sort function more deterministicMarc Hoersken2013-04-071-4/+21
* Curl_cookie_add: only increase numcookies for new cookiesYasuharu Yamada2013-04-021-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1163
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1163/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* cookie: fixed typo in commentDaniel Stenberg2012-07-091-1/+1
* cookies: change the URL in the cookie jar file headerDaniel Stenberg2012-07-031-2/+2
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-1/+1
* libcurl: some OOM handling fixesYang Tse2011-10-071-10/+9
* fix bool variables checking and assignmentYang Tse2011-09-051-4/+4
* cookie parser: handle 'secure='Daniel Stenberg2011-08-091-161/+161
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* cookie_output: made privateDaniel Stenberg2011-06-031-4/+3
* Remove unnecessary typecastYang Tse2011-06-021-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-4/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-4/+4
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-1/+32
* cookies: tricked dotcounter fixedDaniel Stenberg2010-12-231-5/+7
* atoi: remove atoi usageYang Tse2010-11-281-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-261-1/+1
* fix printf-style format stringsYang Tse2010-01-281-1/+2
* fix compiler warningYang Tse2010-01-271-3/+3
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-191-1/+47
* fixed a precaution check in the cookie code, pointed out by Julien ChaffraixDaniel Stenberg2009-12-191-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg2009-10-251-3/+4
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2009-09-281-2/+2
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-281-17/+1
* - John P. McCaskey posted a bug report that showed how libcurl did wrong whenDaniel Stenberg2009-09-261-4/+32
* minor whitespace editDaniel Stenberg2009-09-251-3/+3
* - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epochDaniel Stenberg2009-09-101-0/+6