m6w6/ext-http
18 years agoThis commit was manufactured by cvs2svn to create tag 'RELEASE_0_14_0'. RELEASE_0_14_0
SVN Migration [Tue, 27 Sep 2005 16:01:38 +0000 (16:01 +0000)] 
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_14_0'.

18 years ago- add package.xml generated by $pecl pickle
Michael Wallner [Tue, 27 Sep 2005 16:01:37 +0000 (16:01 +0000)] 
- add package.xml generated by $pecl pickle

18 years ago- remove
Michael Wallner [Mon, 26 Sep 2005 14:49:09 +0000 (14:49 +0000)] 
- remove

18 years ago- release 0.14.0
Michael Wallner [Mon, 26 Sep 2005 14:48:28 +0000 (14:48 +0000)] 
- release 0.14.0

18 years ago- correct package name
Michael Wallner [Mon, 26 Sep 2005 09:16:48 +0000 (09:16 +0000)] 
- correct package name
- PEAR-1.4.1 now understands <filelist> in <extsrcrelease>
- more verbose configureoption prompts

18 years ago- fixed a gotcha in http_chunked_decode (-size_t is always > 0)
Michael Wallner [Fri, 23 Sep 2005 12:00:30 +0000 (12:00 +0000)] 
- fixed a gotcha in http_chunked_decode (-size_t is always > 0)
- avoid unneccessary initialization operations

18 years ago- changelog
Michael Wallner [Thu, 22 Sep 2005 12:10:44 +0000 (12:10 +0000)] 
- changelog

18 years ago- add first version of package2.xml
Michael Wallner [Thu, 22 Sep 2005 11:48:22 +0000 (11:48 +0000)] 
- add first version of package2.xml
- define PHPSTR_DEFAULT_SIZE in the header
- some minor tidbits

18 years ago- fix very silly behaviour of libmagic if we want to get the mime type intead
Michael Wallner [Wed, 21 Sep 2005 12:03:44 +0000 (12:03 +0000)] 
- fix very silly behaviour of libmagic if we want to get the mime type intead
  of a human readable string, which is usually the default use case

# background: libmagic appends ".mime" to the magic file name if MAGIC_MIME is set (sic!)

18 years ago- php_info fun
Michael Wallner [Tue, 20 Sep 2005 15:32:23 +0000 (15:32 +0000)] 
- php_info fun
- add PHPs CRC32 to the supported ETag hash algos (no idea yet why it differs to that of MHASH)
- save strlen() calls in http_send_ranges()

18 years ago- fiy a bad thing which was luckily working (putting in zvals and fetching out longs...
Michael Wallner [Tue, 20 Sep 2005 12:11:22 +0000 (12:11 +0000)] 
- fiy a bad thing which was luckily working (putting in zvals and fetching out longs of a HashTable)

18 years ago- last mhash algo was missed
Michael Wallner [Tue, 20 Sep 2005 09:24:51 +0000 (09:24 +0000)] 
- last mhash algo was missed

18 years ago- ensure proper CURL_EXTERN macro by defining CURL_STATICLIB
Michael Wallner [Tue, 20 Sep 2005 08:58:02 +0000 (08:58 +0000)] 
- ensure proper CURL_EXTERN macro by defining CURL_STATICLIB
- no request methods class constants for WONKY
- no zend_get_property_info() in WONKY

18 years ago- remove C++ comment
Michael Wallner [Mon, 19 Sep 2005 16:50:26 +0000 (16:50 +0000)] 
- remove C++ comment

18 years ago- avoid lots of useless ops
Michael Wallner [Mon, 19 Sep 2005 16:49:11 +0000 (16:49 +0000)] 
- avoid lots of useless ops
- fix mem leak

18 years ago- fix property access
Michael Wallner [Mon, 19 Sep 2005 16:34:07 +0000 (16:34 +0000)] 
- fix property access

18 years ago- changed the default value of $include_parent of HttpMessage::toString() to false,
Michael Wallner [Mon, 19 Sep 2005 16:10:18 +0000 (16:10 +0000)] 
- changed the default value of $include_parent of HttpMessage::toString() to false,
  which should be the more intuitive behaviour

18 years ago- missed fixbit
Michael Wallner [Mon, 19 Sep 2005 15:09:34 +0000 (15:09 +0000)] 
- missed fixbit

18 years ago- initialize local zvals used as HashTable containers
Michael Wallner [Mon, 19 Sep 2005 15:07:59 +0000 (15:07 +0000)] 
- initialize local zvals used as HashTable containers
- added another function missing in WONKY (zend_update_property_stringl)
- added PHP4 compile fix (RETVAL_ZVAL)
- ditch warnings

18 years ago- fix memory corruption
Michael Wallner [Fri, 16 Sep 2005 16:21:51 +0000 (16:21 +0000)] 
- fix memory corruption
- ditch unused macro

18 years ago- forward until we find a digit
Michael Wallner [Fri, 16 Sep 2005 14:23:03 +0000 (14:23 +0000)] 
- forward until we find a digit

18 years ago- example fixup
Michael Wallner [Fri, 16 Sep 2005 14:07:26 +0000 (14:07 +0000)] 
- example fixup

18 years ago- new negotiator + test
Michael Wallner [Fri, 16 Sep 2005 13:59:19 +0000 (13:59 +0000)] 
- new negotiator + test

18 years ago- check for curl_easy_reset() in lib and assume presence on windows
Michael Wallner [Thu, 15 Sep 2005 17:02:37 +0000 (17:02 +0000)] 
- check for curl_easy_reset() in lib and assume presence on windows
- add http_curl_defaults()
- fix constant names in tests
- fix HttpResponse::capture()

18 years ago- no forced pass_by_ref for objects
Michael Wallner [Thu, 15 Sep 2005 15:10:41 +0000 (15:10 +0000)] 
- no forced pass_by_ref for objects

18 years ago- http_request_method_*() API should have been available even since last release...
Michael Wallner [Thu, 15 Sep 2005 13:52:46 +0000 (13:52 +0000)] 
- http_request_method_*() API should have been available even since last release...

18 years ago- more descriptive constant names
Michael Wallner [Thu, 15 Sep 2005 13:39:03 +0000 (13:39 +0000)] 
- more descriptive constant names
- add request method constants to HttpRequest and handle them in method_(un)register()

18 years ago- move specific initialization code to the respective modules
Michael Wallner [Wed, 14 Sep 2005 15:19:15 +0000 (15:19 +0000)] 
- move specific initialization code to the respective modules
- expose ETAG_MHASH constants

18 years ago- EOL fix
Michael Wallner [Wed, 14 Sep 2005 15:02:35 +0000 (15:02 +0000)] 
- EOL fix

18 years ago- no headers property anymore
Michael Wallner [Wed, 14 Sep 2005 11:32:25 +0000 (11:32 +0000)] 
- no headers property anymore
- need to make data, file and stream properties private, because we need
  to know the http_send_mode which can anly be set in methods automatically

18 years ago- change HttpResponse::setHeader() and ::addHeader() to directly
Michael Wallner [Wed, 14 Sep 2005 11:25:17 +0000 (11:25 +0000)] 
- change HttpResponse::setHeader() and ::addHeader() to directly
  set/fetch SAPI headers, so we actually have the headers that were
  set through another API contained in the array returned by
  HttpResponse::getHeader()

18 years ago- exposed properties hould now be typesafe
Michael Wallner [Tue, 13 Sep 2005 13:52:30 +0000 (13:52 +0000)] 
- exposed properties hould now be typesafe

18 years ago- type safety for properties
Michael Wallner [Tue, 13 Sep 2005 13:48:56 +0000 (13:48 +0000)] 
- type safety for properties

18 years ago- type safety for properties
Michael Wallner [Tue, 13 Sep 2005 13:20:02 +0000 (13:20 +0000)] 
- type safety for properties

18 years ago- print doesn't like commas
Michael Wallner [Mon, 12 Sep 2005 14:08:57 +0000 (14:08 +0000)] 
- print doesn't like commas

18 years ago- typo
Michael Wallner [Mon, 12 Sep 2005 13:04:15 +0000 (13:04 +0000)] 
- typo

18 years ago- added missing HttpMessage::setBody()
Michael Wallner [Mon, 12 Sep 2005 12:55:35 +0000 (12:55 +0000)] 
- added missing HttpMessage::setBody()

18 years ago- ws
Michael Wallner [Mon, 12 Sep 2005 12:36:51 +0000 (12:36 +0000)] 
- ws

18 years ago- update
Michael Wallner [Mon, 12 Sep 2005 12:28:24 +0000 (12:28 +0000)] 
- update

18 years ago- add missing support for raw post data (HttpRequest)
Michael Wallner [Mon, 12 Sep 2005 11:55:48 +0000 (11:55 +0000)] 
- add missing support for raw post data (HttpRequest)
- use Z_STRLEN in update property
- add a tiny tutorial with examples

18 years ago- fix some tests on linux
Michael Wallner [Fri, 9 Sep 2005 15:06:42 +0000 (15:06 +0000)] 
- fix some tests on linux

18 years ago- fire release
Michael Wallner [Fri, 9 Sep 2005 14:52:00 +0000 (14:52 +0000)] 
- fire release

18 years ago- prepare release
Michael Wallner [Fri, 9 Sep 2005 13:18:42 +0000 (13:18 +0000)] 
- prepare release

18 years ago- debugging noise
Michael Wallner [Fri, 9 Sep 2005 12:42:42 +0000 (12:42 +0000)] 
- debugging noise

18 years ago- missing free
Michael Wallner [Thu, 8 Sep 2005 18:09:49 +0000 (18:09 +0000)] 
- missing free

18 years ago- implement ssl crypto locks
Michael Wallner [Thu, 8 Sep 2005 18:07:10 +0000 (18:07 +0000)] 
- implement ssl crypto locks

18 years ago- implement ssl crypto locks
Michael Wallner [Thu, 8 Sep 2005 17:37:55 +0000 (17:37 +0000)] 
- implement ssl crypto locks

18 years ago- use http_locate_eol()
Michael Wallner [Thu, 8 Sep 2005 17:37:35 +0000 (17:37 +0000)] 
- use http_locate_eol()

18 years ago- update .cvsignore
Michael Wallner [Thu, 8 Sep 2005 12:11:24 +0000 (12:11 +0000)] 
- update .cvsignore

18 years ago- add rebuild script
Michael Wallner [Thu, 8 Sep 2005 12:10:39 +0000 (12:10 +0000)] 
- add rebuild script

18 years ago- ditch warnings
Michael Wallner [Thu, 8 Sep 2005 11:41:53 +0000 (11:41 +0000)] 
- ditch warnings
- update KnownIssues
- tiny config.m4 improvment

18 years ago- free created bodies at least in detach_all()
Michael Wallner [Thu, 8 Sep 2005 08:14:44 +0000 (08:14 +0000)] 
- free created bodies at least in detach_all()

18 years ago- add a POST request to the pool
Michael Wallner [Thu, 8 Sep 2005 08:14:08 +0000 (08:14 +0000)] 
- add a POST request to the pool

18 years ago- add exemplar ini file
Michael Wallner [Wed, 7 Sep 2005 19:08:38 +0000 (19:08 +0000)] 
- add exemplar ini file

18 years ago- ditch TSRMLS_FETCH() occurences
Michael Wallner [Wed, 7 Sep 2005 18:45:35 +0000 (18:45 +0000)] 
- ditch TSRMLS_FETCH() occurences

18 years ago- improve logging format
Michael Wallner [Wed, 7 Sep 2005 16:58:30 +0000 (16:58 +0000)] 
- improve logging format
- add logging tests

18 years ago- ws
Michael Wallner [Wed, 7 Sep 2005 16:00:51 +0000 (16:00 +0000)] 
- ws

18 years ago- typo
Michael Wallner [Wed, 7 Sep 2005 15:59:16 +0000 (15:59 +0000)] 
- typo

18 years ago- fix PHP4 build in http_error_ex()
Michael Wallner [Wed, 7 Sep 2005 15:56:03 +0000 (15:56 +0000)] 
- fix PHP4 build in http_error_ex()
- improve/fix debug builds on win32
- no specialities need for libmagic on win32 any more

18 years ago- improve libmagic support
Michael Wallner [Wed, 7 Sep 2005 10:17:56 +0000 (10:17 +0000)] 
- improve libmagic support

18 years ago- rephrase and add link to libmagic build files for win32
Michael Wallner [Tue, 6 Sep 2005 12:10:23 +0000 (12:10 +0000)] 
- rephrase and add link to libmagic build files for win32

18 years ago- only addref if we remember the stream
Michael Wallner [Tue, 6 Sep 2005 12:01:42 +0000 (12:01 +0000)] 
- only addref if we remember the stream

18 years ago- add HttpResponse::guessContentType() through libmagic
Michael Wallner [Tue, 6 Sep 2005 11:49:17 +0000 (11:49 +0000)] 
- add HttpResponse::guessContentType() through libmagic

18 years ago- MHASH_APINO is a number
Michael Wallner [Tue, 6 Sep 2005 11:48:31 +0000 (11:48 +0000)] 
- MHASH_APINO is a number

18 years ago- all those macros may conflict
Michael Wallner [Tue, 6 Sep 2005 11:47:57 +0000 (11:47 +0000)] 
- all those macros may conflict

18 years ago- even simpler MINFO
Michael Wallner [Mon, 5 Sep 2005 15:29:45 +0000 (15:29 +0000)] 
- even simpler MINFO

18 years ago- update
Michael Wallner [Mon, 5 Sep 2005 15:24:11 +0000 (15:24 +0000)] 
- update

18 years ago- fix config.m4 (CURL_LIBS define was missing)
Michael Wallner [Mon, 5 Sep 2005 15:12:46 +0000 (15:12 +0000)] 
- fix config.m4 (CURL_LIBS define was missing)
- fix HAVE_LIBMHASH -> HTTP_HAVE_MHASH macro
- check for curl_*_strerror() in the lib and assume they're there for windows
- separate http_request_method_api (should be available even without libcurl)
- use custom displayer for http.etag_mode INI entry
- simplify phpinfo() output

18 years ago- improve config.m4
Michael Wallner [Fri, 2 Sep 2005 16:06:12 +0000 (16:06 +0000)] 
- improve config.m4
- ditch some warnings

18 years ago- move around
Michael Wallner [Fri, 2 Sep 2005 14:55:43 +0000 (14:55 +0000)] 
- move around

18 years ago- no HttpResponse for WONKY
Michael Wallner [Fri, 2 Sep 2005 14:51:36 +0000 (14:51 +0000)] 
- no HttpResponse for WONKY

18 years ago- no need for additional configure argument; just check and enable
Michael Wallner [Fri, 2 Sep 2005 14:49:54 +0000 (14:49 +0000)] 
- no need for additional configure argument; just check and enable

18 years ago- fix WONKY build
Michael Wallner [Fri, 2 Sep 2005 06:40:39 +0000 (06:40 +0000)] 
- fix WONKY build

18 years ago- fixing ridiculous default transfer timeout of 3 seconds (set to 0 now)
Michael Wallner [Thu, 1 Sep 2005 16:44:54 +0000 (16:44 +0000)] 
- fixing ridiculous default transfer timeout of 3 seconds (set to 0 now)

18 years ago- fix static property access (sizeof() vs. sizeof()-1)
Michael Wallner [Thu, 1 Sep 2005 07:39:27 +0000 (07:39 +0000)] 
- fix static property access (sizeof() vs. sizeof()-1)

18 years ago- fix capture mode (again)
Michael Wallner [Thu, 1 Sep 2005 07:27:48 +0000 (07:27 +0000)] 
- fix capture mode (again)

18 years ago- leftovers
Michael Wallner [Thu, 1 Sep 2005 07:09:10 +0000 (07:09 +0000)] 
- leftovers

18 years ago- introduce a force flag for no_cache
Michael Wallner [Thu, 1 Sep 2005 07:06:28 +0000 (07:06 +0000)] 
- introduce a force flag for no_cache

18 years ago- bump version
Michael Wallner [Thu, 1 Sep 2005 07:05:58 +0000 (07:05 +0000)] 
- bump version
- ditch unused global

18 years ago- prepare for working static properties in PHP_5_1
Michael Wallner [Thu, 1 Sep 2005 07:05:31 +0000 (07:05 +0000)] 
- prepare for working static properties in PHP_5_1
- no HttpResponse class in PHP_5_0 (codename WONKY)

18 years ago- release
Michael Wallner [Fri, 26 Aug 2005 11:24:14 +0000 (11:24 +0000)] 
- release

18 years ago- update docs
Michael Wallner [Fri, 26 Aug 2005 11:13:15 +0000 (11:13 +0000)] 
- update docs

18 years ago- made low-lewel request pool object api more intuitive
Michael Wallner [Fri, 26 Aug 2005 09:52:50 +0000 (09:52 +0000)] 
- made low-lewel request pool object api more intuitive

18 years ago- add http_log() for cases we don't want to exit
Michael Wallner [Fri, 26 Aug 2005 09:22:59 +0000 (09:22 +0000)] 
- add http_log() for cases we don't want to exit
- remove clunky auth hooks completely

18 years ago- preventively set Accept-Encoding
Michael Wallner [Fri, 26 Aug 2005 08:19:26 +0000 (08:19 +0000)] 
- preventively set Accept-Encoding

18 years ago-fix macro parameter passing in HTTP_LOG_WRITE
Michael Wallner [Fri, 26 Aug 2005 07:31:06 +0000 (07:31 +0000)] 
-fix macro parameter passing in HTTP_LOG_WRITE

18 years ago-typo
Michael Wallner [Fri, 26 Aug 2005 07:19:23 +0000 (07:19 +0000)] 
-typo

18 years ago- ditch warnings
Michael Wallner [Thu, 25 Aug 2005 18:34:12 +0000 (18:34 +0000)] 
- ditch warnings
- fix PHP4 build, yet again
- http_message_parse() must check for Transfer-Encoding prior Content-Length

18 years ago- fix win32 DL build
Michael Wallner [Thu, 25 Aug 2005 18:28:19 +0000 (18:28 +0000)] 
- fix win32 DL build

18 years ago- update
Michael Wallner [Thu, 25 Aug 2005 17:53:49 +0000 (17:53 +0000)] 
- update

18 years ago- fix etag generation without libmhash
Michael Wallner [Thu, 25 Aug 2005 17:53:34 +0000 (17:53 +0000)] 
- fix etag generation without libmhash

18 years ago- fix php4 build
Michael Wallner [Thu, 25 Aug 2005 14:28:23 +0000 (14:28 +0000)] 
- fix php4 build

18 years ago- fix initialization of globals
Michael Wallner [Thu, 25 Aug 2005 13:24:52 +0000 (13:24 +0000)] 
- fix initialization of globals

18 years ago- fix includes
Michael Wallner [Thu, 25 Aug 2005 12:45:31 +0000 (12:45 +0000)] 
- fix includes
- remove tests/README.txt as it is no longer true
- add parse_message test

18 years ago- don't copy the refcount of the passed in value -- fixes remaining mem-leaks of...
Michael Wallner [Thu, 25 Aug 2005 12:18:01 +0000 (12:18 +0000)] 
- don't copy the refcount of the passed in value -- fixes remaining mem-leaks of the statics hack

18 years ago- add etag generation through mhash
Michael Wallner [Thu, 25 Aug 2005 11:51:39 +0000 (11:51 +0000)] 
- add etag generation through mhash
- fix several memleaks

18 years ago- don't destroy headers in http_message_tostruct_recursive()
Michael Wallner [Thu, 25 Aug 2005 09:18:32 +0000 (09:18 +0000)] 
- don't destroy headers in http_message_tostruct_recursive()

18 years ago- simplify request/response handling
Michael Wallner [Wed, 24 Aug 2005 15:59:44 +0000 (15:59 +0000)] 
- simplify request/response handling
- extend according test

18 years ago- fix php4 build
Michael Wallner [Wed, 24 Aug 2005 13:16:54 +0000 (13:16 +0000)] 
- fix php4 build

18 years ago- single LF aware http_chunked_decode()
Michael Wallner [Wed, 24 Aug 2005 13:05:00 +0000 (13:05 +0000)] 
- single LF aware http_chunked_decode()