haiku/headers
Adrien Destugues 9ce2f7e386 Improve HTTP authentication support.
The authentication state is stored (in a hash map, using the domain+path
as a key) in the UrlContext class. It can then be reused for multiple
requests to the same place. We also lookup stored authentications for
parent directories and stop at the first we find.

Authentication state is not stored on disk (unlike cookies), and there
can only be one for each domain+path.
2013-10-28 17:29:20 +01:00
..
build Add symbol versioning for find_directory() 2013-10-05 01:33:26 +02:00
compatibility
config
cpp
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Merge remote-tracking branch 'haiku/master' into package-management 2013-07-08 14:01:00 +02:00
os Improve HTTP authentication support. 2013-10-28 17:29:20 +01:00
posix Add missing definitions to math.h 2013-10-01 19:48:51 +02:00
private Reduce lock contention in kernel port subsystem. 2013-10-26 16:10:03 +02:00
tools