Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | Dillo: parameterise window titles. | Jeremy Henty | |
2011-11-12 | some isascii() | corvid | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-09-29 | rest of digest authentication | Justus Winter, corvid | |
Justus contributed the original patch in April 2009. I read RFCs, fixed bugs, restructured, tested. | |||
2011-05-26 | user/pass dialog appearance | corvid | |
2009-11-01 | Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite() | Jorge Arellano Cid | |
Several cleanups and more error handling sprinkled all over too. | |||
2009-07-19 | free auth_parse | corvid | |
2009-07-12 | Handle signed chars. Aadded dIsspace() and dIsalnum() to dlib | Jorge Arellano Cid | |
2009-05-20 | trim auth includes | corvid | |
2009-05-05 | fix Auth_is_token_char invalid chars | corvid | |
2009-04-24 | dStrdup | corvid | |
2009-01-02 | Ensure that the dlib dStr* functions are used everywhere. | Jorge Arellano Cid | |
2009-01-02 | Refactored Auth_parse_auth_basic(). | Jorge Arellano Cid | |
2008-12-20 | Minor fixes in auth.c | Jorge Arellano Cid | |
2008-12-20 | Added basic authentication! | Jorge Arellano Cid | |