/curl/tests/data/ |
H A D | test1415 | 24 Set-Cookie: test2value=test2; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 25 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 26 Set-Cookie: test4value=test4; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 27 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 28 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 29 Set-Cookie: test7value=test7; expires=Thursday, 31-Dec-2525 00:00:00 GMT; domain=example.com; path=… 30 Set-Cookie: test8value=test8; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 33 Set-Cookie: test3value=test3; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 35 Set-Cookie: test5value=test5; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; 36 Set-Cookie: test6value=test6; expires=Monday, 13-Jun-1988 03:04:55 GMT; domain=example.com; path=/; [all …]
|
H A D | test1104 | 18 Set-Cookie: test=true; domain=127.0.0.1; path=/; expires=Thu Jan 1 00:00:00 GMT 1970; 19 Set-Cookie: test2=true; domain=127.0.0.1; path=/; expires=Fri Feb 13 11:56:27 GMT 2525; 39 Set-Cookie: test=true; domain=127.0.0.1; path=/; expires=Thu Jan 1 00:00:00 GMT 1970; 40 Set-Cookie: test2=true; domain=127.0.0.1; path=/; expires=Fri Feb 13 11:56:27 GMT 2525;
|
H A D | test61 | 21 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2525 22 SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 13 11:56:27 GMT 2525 24 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2037 25 SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 13 11:56:27 GMT 2037
|
H A D | test31 | 59 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525 61 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525 62 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525 64 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037 66 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 67 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2030 109 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2525 111 Set-Cookie: test=yes; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2525 112 Set-Cookie: test2=yes; domain=se; expires=Sat Feb 2 11:56:27 GMT 2525 114 Set-Cookie: nodomain=value; expires=Fri Feb 13 11:56:27 GMT 2037 [all …]
|
H A D | test506 | 18 Set-Cookie: test1=one; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 19 Set-Cookie: test2=two; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 20 Set-Cookie: test3=three; domain=foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 30 Set-Cookie: test4=four; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 31 Set-Cookie: test5=five; domain=host.foo.com; expires=Sat Feb 2 11:56:27 GMT 2030 42 Set-Cookie: test4=overwritten4; domain=host.foo.com; expires=Sat May 5 GMT 11:56:27 2035 43 Set-Cookie: test1=overwritten1; domain=foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 44 Set-Cookie: test6=six; domain=.www.host.foo.com; expires=Thu Mar 3 GMT 11:56:27 2033 45 Set-Cookie: test6=six_more; expires=Thu Mar 3 GMT 11:56:27 2033
|
H A D | test327 | 23 Set-Cookie: foobar=name; expires=Thu, 22 Nov 2525 10:54:11 GMT; 32 Set-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
|
H A D | test46 | 20 Set-Cookie: ckyPersistent=permanent; expires=Fri, 13-Feb-2525 11:56:27 GMT; path=/ 22 Set-Cookie: ckyPersistent=permanent; expires=Fri, 13-Feb-2037 11:56:27 GMT; path=/
|
/curl/lib/ |
H A D | hsts.c | 136 sts->expires = expires; in hsts_create() 147 curl_off_t expires = 0; in Curl_hsts_parse() local 184 expires = CURL_OFF_T_MAX; in Curl_hsts_parse() 219 if(!expires) { in Curl_hsts_parse() 231 expires = CURL_OFF_T_MAX; in Curl_hsts_parse() 233 expires += now; in Curl_hsts_parse() 239 sts->expires = expires; in Curl_hsts_parse() 275 if(sts->expires <= now) { in Curl_hsts() 451 if(expires > e->expires) in hsts_add() 452 e->expires = expires; in hsts_add() [all …]
|
H A D | psl.c | 67 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use() 76 if(!pslcache->psl || pslcache->expires <= now) { in Curl_psl_use() 78 time_t expires = TIME_T_MAX; in Curl_psl_use() local 84 expires = now < TIME_T_MAX - PSL_TTL ? now + PSL_TTL : TIME_T_MAX; in Curl_psl_use() 96 pslcache->expires = expires; in Curl_psl_use()
|
H A D | cookie.c | 395 if(co->expires && co->expires < now) { in remove_expired() 405 if(co->expires && co->expires < ci->next_expiration) in remove_expired() 697 co->expires = 1; in parse_cookie_header() 700 if(!co->expires) in parse_cookie_header() 702 co->expires = 1; in parse_cookie_header() 712 if(!co->expires) { in parse_cookie_header() 727 co->expires = 1; in parse_cookie_header() 729 co->expires = 0; in parse_cookie_header() 1187 if(co->expires && (co->expires < ci->next_expiration)) in Curl_cookie_add() 1491 if(!curr->expires) { in Curl_cookie_clearsess() [all …]
|
H A D | psl.h | 36 time_t expires; /* Time this PSL life expires. */ member
|
H A D | hsts.h | 40 curl_off_t expires; /* the timestamp of this entry's expiry */ member
|
H A D | altsvc.c | 190 time_t expires = Curl_getdate_capped(date); in altsvc_add() local 193 as->expires = expires; in altsvc_add() 254 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out() 642 as->expires = maxage + time(NULL); in Curl_altsvc_parse() 688 if(as->expires < now) { in Curl_altsvc_lookup()
|
H A D | altsvc.h | 48 time_t expires; member
|
H A D | cookie.h | 40 curl_off_t expires; /* expires = <this> */ member
|
H A D | urldata.h | 1261 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */ member
|
H A D | multi.c | 3902 node = &data->state.expires[eid];
|
/curl/tests/http/ |
H A D | test_12_reuse.py | 88 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}' 110 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}' 132 expires = f'{ts.year:04}{ts.month:02}{ts.day:02} {ts.hour:02}:{ts.minute:02}:{ts.second:02}'
|
/curl/tests/unit/ |
H A D | unit1660.c | 115 chost, e->host, e->expires,
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTS.md | 54 [stamp] is the time (in UTC) when the entry expires and it uses the format
|
/curl/docs/libcurl/ |
H A D | libcurl-multi.md | 138 and what the current timeout time is - if that expires libcurl should be 152 that timeout expires, your application should call the 166 timer expires.
|
H A D | curl_multi_fdset.md | 70 activity has been seen on the **fd_sets** after the timeout expires as
|
H A D | curl_multi_socket_action.md | 96 socket(s) that got action. If no activity is detected and the timeout expires,
|