about summary refs log tree commit diff stats
path: root/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
* also fixup PS over hereMarco Peereboom2012-01-241-2/+2
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
* fix for problems with cookies starting with '.'Elias Norberg2012-01-181-1/+2
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-2/+7
* fix a clang warningMarco Peereboom2011-11-031-1/+3
* move cookies to own filemarco2011-11-021-0/+231
> 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137