1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/src/cookies
Kalle Olavi Niemitalo ab23505519 cookies: New function init_cookie has a monopoly.
All cookies are now constructed with the new function init_cookie.
Requested by Miciah Dashiel Butler Masters.

This also fixes a bug where the "Add cookie" button left cookie->path == NULL,
causing a crash later when deciding whether to send the cookie to the server.
2006-06-05 20:22:55 +00:00
..
cookies.c cookies: New function init_cookie has a monopoly. 2006-06-05 20:22:55 +00:00
cookies.h cookies: New function init_cookie has a monopoly. 2006-06-05 20:22:55 +00:00
dialogs.c cookies: New function init_cookie has a monopoly. 2006-06-05 20:22:55 +00:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile Fix parsetst building 2005-12-28 17:16:39 +01:00
parser.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
parser.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
parsetst.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00