projects
/
m6w6
/
ext-http
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
first
⋅
prev
⋅ next
release 1.7.0b1
[m6w6/ext-http]
/
http.c
2005-08-26
Michael Wallner
- add http_log() for cases we don't want to exit
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Michael Wallner
- ditch warnings
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Michael Wallner
- fix php4 build
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Michael Wallner
- fix initialization of globals
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Michael Wallner
- add etag generation through mhash
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Michael Wallner
- fix php4 build
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Michael Wallner
- include missing.h in http.c for static property fixup
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Michael Wallner
- ditch http_split_response()
blob
|
commitdiff
|
raw
|
diff to current
2005-08-16
Michael Wallner
- bloody workaround for internal class' static properties
blob
|
commitdiff
|
raw
|
diff to current
2005-08-09
Michael Wallner
- add PHP_FUNCTION(http_parse_message) -- http_get...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Michael Wallner
- fix builds and tests without libcurl linked in
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Michael Wallner
- curl cannot use zend mm
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Michael Wallner
- fix INI entries
blob
|
commitdiff
|
raw
|
diff to current
2005-07-22
Michael Wallner
- proper handling of static members
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Michael Wallner
- byebye leaks
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Michael Wallner
- reorder includes, always include php.h first
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Michael Wallner
- added http_get_request_body()
blob
|
commitdiff
|
raw
|
diff to current
2005-06-15
Michael Wallner
- missing include
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Michael Wallner
- ZTS needs ZEND_INIT_MODULE_GLOBALS
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Michael Wallner
- senseless statement
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Michael Wallner
- hossa - missed to clean the llist at rshutdown
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Michael Wallner
- fix mem-leaks with http_curl_callback_ctx
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Michael Wallner
- crunch ARG_INFO
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Michael Wallner
- draft: implement curl_multi as HttpRequestPool
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Michael Wallner
- add http_match_request_header()
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Michael Wallner
- need module number for registering constants
blob
|
commitdiff
|
raw
|
diff to current
2005-05-22
Michael Wallner
* flush *
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Michael Wallner
- improved put support
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Michael Wallner
- vastly simplified curl api and renamed it to request...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-02
Michael Wallner
flush
blob
|
commitdiff
|
raw
|
diff to current
2005-04-27
Michael Wallner
- separated http_check_method() from http_check_allowed...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Michael Wallner
- unify script termination
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Michael Wallner
- unified cache_api function names
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Michael Wallner
- no global curlbuf anymore
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Michael Wallner
- smarter check for allowed methods
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- use exceptions in constructors and HttpRequest::send()
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- even better use a object struct member for that crap
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- include object headers only for ZE2
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- split object code into separate files
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- undef debug stmts
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Michael Wallner
- preparations for HttpMessage
blob
|
commitdiff
|
raw
|
diff to current
2005-04-10
Michael Wallner
* more modular file structure
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Michael Wallner
* renamed HttpRequest::addHeader() to ::addHeaders...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Michael Wallner
* fixing concept of phpstr dtor/free
blob
|
commitdiff
|
raw
|
diff to current
2005-03-20
Michael Wallner
* typo
blob
|
commitdiff
|
raw
|
diff to current
2005-03-20
Michael Wallner
* rename classes according CS
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Michael Wallner
* allow curl use zends memory functions (just to check...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Michael Wallner
* added HTTPi_Request::unsetOptions(), HTTPi_Request...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-10
Michael Wallner
* nicer MINFO
blob
|
commitdiff
|
raw
|
diff to current
2005-03-10
Michael Wallner
* attempt to be smarter than windows ;)
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Michael Wallner
* complete - commented - webdav request methods
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Michael Wallner
* cpp stuff
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Michael Wallner
* add webdav request methods to standard allowed methods
blob
|
commitdiff
|
raw
|
diff to current
2005-03-06
Michael Wallner
* added HTTPi_Request::getResponseCode()
blob
|
commitdiff
|
raw
|
diff to current
2005-03-04
Michael Wallner
* release 0.6.0
blob
|
commitdiff
|
raw
|
diff to current
2005-02-25
Michael Wallner
* moved defines into php_http_std_defs.h
blob
|
commitdiff
|
raw
|
diff to current
2005-02-23
Michael Wallner
* ditch warning
blob
|
commitdiff
|
raw
|
diff to current
2005-02-23
Michael Wallner
* fix memory-leaks/pre-use-frees
blob
|
commitdiff
|
raw
|
diff to current
2005-02-23
Michael Wallner
* split into more reasonable modules
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* weird, weird
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* added POST support to HTTPi_Request
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* avoid warning
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* no need to wrap around zend_objects_destroy_object()
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* more compatibility
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* do the dtor dance the right way
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Marcus Boerger
- Call __destruct
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Michael Wallner
* typos/ws
blob
|
commitdiff
|
raw
|
diff to current
2005-02-19
Michael Wallner
* fixed a LOAD of mem-leaks
blob
|
commitdiff
|
raw
|
diff to current
2005-02-18
Michael Wallner
* added HTTPi_Request::getResponseInfo(), ::setOptions...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-18
Michael Wallner
* HTTPi_Request prototype
blob
|
commitdiff
|
raw
|
diff to current
2005-02-18
Michael Wallner
* simplify HTTPi_Response::send() a lot
blob
|
commitdiff
|
raw
|
diff to current
2005-02-17
Michael Wallner
* fixed some memleaks
blob
|
commitdiff
|
raw
|
diff to current
2005-02-17
Michael Wallner
* HTTPi_Response mostly done
blob
|
commitdiff
|
raw
|
diff to current
2005-02-17
Michael Wallner
* hoppala
blob
|
commitdiff
|
raw
|
diff to current
2005-02-17
Michael Wallner
* preparations for the OO interface
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Michael Wallner
* sanitize ob_httpetaghandler
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Michael Wallner
* use 4k cs
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Michael Wallner
* added ob_httpetaghandler() (has major limitations...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Michael Wallner
* keep winsock crap outta door
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Michael Wallner
* fix etag caching
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Michael Wallner
* -dev version
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* separate http_check_allowed_methods()
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* we must send an allow header
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* added http.allowed_methods ini entry
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* added http_get_request_headers()
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* proper cpp indention
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* attempt to fix php4 ref handling
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Michael Wallner
* force ref for $info in http_request functions
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Michael Wallner
* rename http_parse_header to http_parse_headers
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Michael Wallner
* separate http_parse_header() function (doesn't suppor...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Michael Wallner
* attempt to make http_build_query available for PHP4
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Michael Wallner
* attempt to fix snap-build
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Michael Wallner
* attempt yet again to fix php4 snaps build
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Michael Wallner
* move includes around
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Michael Wallner
* fixing PHP5 snap build
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Michael Wallner
* fixed http_cache_last_modified(): if parameter was...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-07
Michael Wallner
* more intuitive support for headers and cookies (assoc...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-07
Michael Wallner
* hopefully fixing the ap_php_snprintf() issue
blob
|
commitdiff
|
raw
|
diff to current
2005-02-04
Michael Wallner
* add to pecl
blob
|
commitdiff
|
raw
|
diff to current