Fix URL with leading http:// not working PAZ-933
[pazpar2-moved-to-github.git] / src / getaddrinfo.c
2014-04-23 Adam DickmeissFix URL with leading http:// not working PAZ-933
2014-01-03 Adam DickmeissHappy new year
2013-07-16 Adam DickmeissMake use of threaded resolver
2013-07-16 Adam DickmeissMake perform_getaddrinfo static
2013-04-24 Adam DickmeissUse separate result var for getnameinfo PAZ-863
2013-04-24 Dennis SchafrothFix to work even when host name is shorter than IP...
2013-04-05 Adam DickmeissUse getaddrinfo for HTTP listener
2013-04-02 Adam DickmeissAdd ws2tcpip.h for getaddrinfo on Windows
2013-04-02 Adam DickmeissAllow IPV6 addresses PAZ-841
2013-01-02 Adam DickmeissBump copyright year
2012-09-18 Adam DickmeissRemove trailing whitespace
2012-01-11 Adam DickmeissHappy new year
2011-11-09 Adam DickmeissRe-enable threaded host resolving
2011-10-04 Adam DickmeissSimplify ZURL resolving and use regular getaddrinfo
2011-01-07 Adam DickmeissHappy new year
2010-03-12 Adam DickmeissLogging channels and mutexes + a few other things
2010-02-15 Adam Dickmeisssession.[ch] replaces logic.c, pazpar2.h
2010-02-12 Adam Dickmeissiochan_man_t in logic.c gone
2010-01-14 Adam DickmeissBump copyright year
2009-10-01 Adam DickmeissDo not use gethostbyname in threaded resolver
2009-01-16 Adam DickmeissUpdated footer comment
2009-01-12 Adam DickmeissHappy new year
2008-04-20 unknownPazpar2 compiles on Windows. But does not yet work
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-07-25 Adam DickmeissRemoved sleep/test code which was commited by mistake
2007-07-25 Adam DickmeissZ39.50 session/connect timeout in parameters
2007-07-09 Adam DickmeissFixes for compilation on cygwin.
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-23 Adam DickmeissAllow any number of worker threads for sel_thread....
2007-04-23 Adam DickmeissPrefix resolved message
2007-04-22 Adam DickmeissConnections now wait for hosts to be resolved. Delayed...
2007-04-21 Adam DickmeissPerform getaddrinfo in separate thread for a given...