]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2013-04-02  Christophe... Use apr_psprintf(... "%pm"...) instead of explicit...
2013-04-02  Christophe... Use apr_file_printf(... "%pm"...) instead of explicit...
2013-04-02  Christophe... Use apr_snprintf(... "%pm"...) instead of explicit...
2013-04-02  Ruediger Pluem* Always try to reuse the address looked up for the...
2013-03-31  Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2013-03-31  Stefan Fritschuse ap_log_error's facility to print the apr error...
2013-03-31  Stefan FritschRemove partial non-working implementation of MD5-sess...
2013-03-31  Stefan Fritschif shm initialization fails, reset client_list to avoid...
2013-03-31  Stefan FritschRemove some useless declarations that were shadowing...
2013-03-31  Stefan Fritschap_log_error already logs the error string, no need...
2013-03-31  Stefan Fritschuse apr_array for an array
2013-03-29  Christophe... Name pool + concat string at compile time when possible
2013-03-29  Lucien GentisUpdate.
2013-03-28  Ruediger Pluem* Improve reusage of already resolved addresses to...
2013-03-28  Ruediger Pluem* Inherit providers during merging
2013-03-27  Christophe... Be more clever when allocating memory for log item...
2013-03-27  Jim Jagielskiupdate w/ correct patch level
2013-03-25  Rich BowenTypo
2013-03-23  Lucien GentisUpdates.
2013-03-22  Stefan Fritschdisable pool alloc poisoning if APR_POOL_DEBUG is enabl...
2013-03-22  Stefan FritschAdd another URL for the "removing the first connection...
2013-03-20  Guenter KnaufFixed proxy exports list; renamed wstunnel module.
2013-03-20  Daniel Grunoxforms
2013-03-20  Daniel Grunotypo fix as per comment #983 on site
2013-03-19  Jim JagielskiUseful extensions...
2013-03-19  Jim JagielskiKeep mod_req clear. Simply scan thru input filters and
2013-03-19  Jim Jagielskiallow bypass and removal.
2013-03-19  Jim Jagielskitemp work-around... better ways to do this, but
2013-03-19  Jim Jagielskibypass reqtimeout for websockets
2013-03-19  Jim JagielskiAllow modules to pro-actively bypass the reqtimeout...
2013-03-19  Rich BowenActually, there's just the one example.
2013-03-19  Rich Bowen"Will be" is weak. Replace with something that indicate...
2013-03-18  Stefan Fritschmore simplification with ap_bin2hex()
2013-03-18  Stefan Fritschupdate xforms
2013-03-18  Stefan Fritschadd md5 function, too
2013-03-18  Stefan Fritschsimplify code by using ap_bin2hex()
2013-03-18  Stefan Fritschsha1 now does hex encoding
2013-03-18  Graham LeggettExpression parser: use hex encoding for the sha1 hash.
2013-03-17  Graham LeggettRPM spec file: we depend on libuuid-devel to build.
2013-03-17  Graham LeggettRemove the comment, this is done.
2013-03-17  Graham LeggettRemove the Authorization header should either the usern...
2013-03-17  Graham LeggettRebuild transformations.
2013-03-17  Graham Leggettmod_auth_basic: Add a generic mechanism to fake basic...
2013-03-17  Graham LeggettExpression parser: Add the ability to apply a SHA1...
2013-03-17  Graham LeggettExpression parser: Add the ability to base64 encode...
2013-03-16  Lucien GentisUpdates
2013-03-13  Jeff Trawickaxe unused variable dconf (since r1453875)
2013-03-13  Eric Covenerspelling
2013-03-13  Eric CovenerPR54687: note that REQUEST_FILENAME is influenced...
2013-03-12  Rich Bowenrebuild
2013-03-12  Rich BowenPhrasing tweak
2013-03-11  Daniel Grunoxforms
2013-03-11  Daniel Grunotypo fix
2013-03-10  Christophe... Typo
2013-03-10  Graham LeggettAdd mod_proxy_wstunnel to the RPM spec file.
2013-03-09  Lucien GentisUpdates.
2013-03-09  Gregg Lewis... Final rename per r1454386, we hope
2013-03-08  Jim Jagielskistreamline
2013-03-08  Jim Jagielskidon't strip these, ensure that they exist.
2013-03-08  Jim Jagielski"final" rename :)
2013-03-07  Jim Jagielskimessage tag for dom sock
2013-03-07  Gregg Lewis... finish up mod_proxy_websocket/tunnel rename on Windows
2013-03-07  Jim Jagielskilog nums
2013-03-07  Jim Jagielskirename extension module... tunnel is more accurate
2013-03-07  Jim JagielskiPull out duplicated code to proxy_util...
2013-03-07  Christophe... Use the same word as in the syntax below.
2013-03-06  Eric Covenerfix merge of min/max file size by setting corresponding...
2013-03-06  Jim JagielskiAnd now pass the initial request to the backend...
2013-03-06  Gregg Lewis... Add mod_proxy_websocket to Windows
2013-03-06  Guenter KnaufAdded mod_proxy_websocket to NetWare build.
2013-03-05  Jim JagielskiWork around blocking issues...
2013-03-05  Jim JagielskiWe need to ensure a conn_rec
2013-03-05  Jim Jagielskiforce correct scheme info
2013-03-05  Jim JagielskiRough start for simple, tunneling websocket proxy support.
2013-03-05  Eric Covenerxform
2013-03-05  Eric Covenerfor now, mention that the TTL isn't tracking to the...
2013-03-05  Daniel Grunoxforms
2013-03-05  Daniel GrunoSeparate data structure and built in functions, so...
2013-03-05  Jim JagielskiI do DECLARE
2013-03-04  Eric CovenerPR54587: LDAP connections used for authn were not respe...
2013-03-04  Christophe... cache_storage: remove useless test + update function...
2013-03-04  Jim Jagielskiapr trunk-able
2013-03-04  Christophe... Fix indent
2013-03-03  Christophe... Remove useless tests.
2013-03-03  Eric Covenerrv uninitialized -- the failing checks don't set rv...
2013-03-02  Guenter KnaufFollow-up to r1451905 to fix NetWare/Windows compilation.
2013-03-02  Jim JagielskiMake AF_UNIX aware... fix Windows/Netware??
2013-03-02  Lucien GentisUpdate.
2013-03-02  Christophe... The 2 first patches from PR45355 have been ported
2013-03-02  Guenter KnaufUse define for serverroot with Windows conf files.
2013-03-02  Guenter KnaufSome windows install.log output cosmetics.
2013-03-01  Jim JagielskiAs long as we have skiplist, use it.
2013-03-01  Jim Jagielskiaboid NULL refs
2013-03-01  Jim JagielskiAdd in rough uds support (Bugx 54101) from Blaise Tarr...
2013-03-01  Jim JagielskiAnd now make aware... compile/build again :)
2013-03-01  Jim JagielskiMove skiplist to core
2013-03-01  Jim Jagielskisync
2013-03-01  Jim Jagielski1st phase of moving into httpd "core"
2013-03-01  Jim Jagielskistreamline TZ check
2013-03-01  Jim Jagielskisync w/ current event bug-fixes
next