2004-06-17  jpbl  <jpbl@localhost>

	* src/http_easy.cpp, src/http_easy.hpp, src/curl.hpp:
	fixed some form related problems

	* src/Makefile.am, src/exception.cpp, src/exception.hpp, src/storage.cpp, src/storage.hpp, test/Makefile.am:
	the passwd_storage behavior is now okay

	* configure.ac: made configure.ac cygwin compliant

	* src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/form.cpp, src/form.hpp, src/http_easy.cpp, src/http_easy.hpp, test/Makefile.am, ChangeLog:
	removed the http_post option for the bug fix release

2004-06-10  jpbl  <jpbl@localhost>

	* src/easy.cpp, src/easy.hpp:
	fixed the example16 problem when libcurl is > 7.11.0

2004-06-09  jpbl  <jpbl@localhost>

	* test/README, test/example16.cpp, test/Makefile.am:
	added the passwd_trait example

	* test/Makefile.am, test/example17.cpp, src/http_easy.cpp, src/http_easy.hpp, src/slist.hpp, src/curlpp.hpp, src/form.cpp, src/form.hpp, src/Makefile.am, src/curl.cpp, src/curl.hpp:
	added the http_post option

2004-06-06  jpbl  <jpbl@localhost>

	* src/http_easy.cpp: readded default constructor of http_easy

	* autogen.sh: fixed the warning caused by head's -1 option

2004-06-05  jpbl  <jpbl@localhost>

	* specs/curlpp-0.3.0-2.spec, src/curlpp.cpp, src/curlpp.hpp, src/easy.cpp, src/easy.hpp, src/http_easy.cpp, test/Makefile.am, autogen.sh, configure.ac, configure.in:
	fixed the autogen.sh script

2004-06-03  jpbl  <jpbl@localhost>

	* src/curlpp/Exception.cpp, src/curlpp/Exception.hpp: New file.

	* examples/example01.cpp, src/curlpp/Curl.cpp, src/curlpp/Curl.hpp, src/curlpp/Curl.inl, src/curlpp/CurlFactory.cpp, src/curlpp/Curlpp.cpp, src/curlpp/Curlpp.hpp, src/curlpp/Easy.cpp, src/curlpp/Easy.hpp, src/curlpp/Exception.cpp, src/curlpp/Exception.hpp, src/curlpp/Makefile.am, src/curlpp/Option.hpp, src/curlpp/Option.inl, src/curlpp/OptionList.hpp, src/curlpp/Options.hpp, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/utilspp/smart_ptr.hpp:
	Using the new exception classes

	* configure.ac: New file.

	* configure.ac, configure.in, cscope.files, autogen.sh:
	Using the new exception classes

2004-05-26  jpbl  <jpbl@localhost>

	* test/Makefile.am, src/easy.cpp, src/easy.hpp, src/ftp_easy.cpp, src/ftp_easy.hpp, src/http_easy.cpp, src/http_easy.hpp, src/storage.hpp:
	fixed the passwd_trait and debug_trait

	* src/easy.hpp, test/Makefile.am, src/easy.cpp:
	trying to get back the registerer stuff

2004-05-25  jpbl  <jpbl@localhost>

	* test/Makefile.am: removed all registry examples

	* test/Makefile.am: removed example02.cpp from the makefile

	* test/Makefile.am, src/easy.cpp, src/easy.hpp:
	readded storage_stuff examples

	* test/Makefile.am, src/curl.cpp, src/easy.cpp, src/easy.hpp, autogen.sh, configure.in:
	readded the storage stuff

2004-05-20  jpbl  <jpbl@localhost>

	* src/easy.cpp, src/easy.hpp:
	commented out storage stuff, need to make it work properly before.

	* src/easy.cpp, src/easy.hpp: readded the storage_trait stuff

2004-04-27  jpbl  <jpbl@localhost>

	* src/curl.cpp:
	fix from the FreshPort gang, concerning the PASSWDFUNCTION and PASSWDDATA options

	* configure.in: fixed the CXXFLAGS overwritting problem

2004-04-26  jpbl  <jpbl@localhost>

	* curlpp-config.in: added the -lutilspp in curlpp-config

	* configure.in: no longer overwritting cflags

	* test/Makefile.am, configure.in, curlpp-0.3.0-1.spec, specs/curlpp-0.3.0-1.spec, specs/curlpp-0.3.0-2.spec:
	configure script fix

	* configure.in: fixed bug introduced by new libcurl version test

	* src/types.hpp: fixed the timecond macro problem

	* configure.in:
	New test for libcurl version who don't rely on a specific shell

	* src/curlpp/options.hpp: removed unusefull files

	* src/curlpp/exception.cpp, src/curlpp/exception.hpp:
	renaming the exceptions names (C++ style document compliant)

	* src/curlpp/curl.cpp, src/curlpp/curl.hpp, src/curlpp/curlpp.cpp, src/curlpp/curlpp.hpp, src/curlpp/easy.cpp, src/curlpp/easy.hpp, src/curlpp/option.hpp, src/curlpp/option.inl:
	removed unused files

2004-04-22  jpbl  <jpbl@localhost>

	* src/utilspp/singleton/lifetime_with_longevity.inl: patch for gcc 3.4

2004-04-21  jpbl  <jpbl@localhost>

	* src/registry.inl, AUTHORS: a patch for gcc 3.4, from Jonathan Wakely

2004-04-19  jpbl  <jpbl@localhost>

	* configure.in: patched the configure error (libcurl version check)

2004-03-26  jpbl  <jpbl@localhost>

	* src/utilspp/mutex/Makefile.am, src/utilspp/mutex/factory_mutex.cpp, src/utilspp/mutex/factory_mutex.hpp, src/utilspp/mutex/factory_mutex_base.cpp, src/utilspp/mutex/factory_mutex_base.hpp, src/utilspp/mutex/factory_mutex_container.hpp, src/utilspp/mutex/factory_mutex_container.inl, src/utilspp/mutex/mutex_factory.cpp, src/utilspp/mutex/mutex_factory.hpp, src/utilspp/mutex/mutex_factory.inl, src/utilspp/singleton/Makefile.am, src/utilspp/singleton/creation_static.hpp, src/utilspp/singleton/creation_using_new.hpp, src/utilspp/singleton/lifetime_default.hpp, src/utilspp/singleton/lifetime_library.cpp, src/utilspp/singleton/lifetime_library.hpp, src/utilspp/singleton/lifetime_library.inl, src/utilspp/singleton/lifetime_with_longevity.cpp, src/utilspp/singleton/lifetime_with_longevity.hpp, src/utilspp/singleton/lifetime_with_longevity.inl, src/utilspp/singleton/private_members.cpp, src/utilspp/singleton/private_members.hpp, src/utilspp/singleton/private_members.inl, src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/singleton_holder.inl, src/utilspp/singleton/threading_factory_mutex.hpp, src/utilspp/singleton/threading_single.hpp:
	cleaned the utilspp repertory

	* src/utilspp/creation_static.hpp, src/utilspp/creation_using_new.hpp, src/utilspp/lifetime_default.hpp, src/utilspp/lifetime_library.cpp, src/utilspp/lifetime_library.hpp, src/utilspp/lifetime_library.inl, src/utilspp/lifetime_with_longevity.cpp, src/utilspp/lifetime_with_longevity.hpp, src/utilspp/lifetime_with_longevity.inl, src/utilspp/private_members.cpp, src/utilspp/private_members.hpp, src/utilspp/private_members.inl, src/utilspp/singleton_holder.inl, src/utilspp/threading_factory_mutex.hpp, src/utilspp/threading_single.hpp:
	New file.

	* src/utilspp/Makefile.am, src/utilspp/creation_static.hpp, src/utilspp/creation_using_new.hpp, src/utilspp/lifetime_default.hpp, src/utilspp/lifetime_library.cpp, src/utilspp/lifetime_library.hpp, src/utilspp/lifetime_library.inl, src/utilspp/lifetime_with_longevity.cpp, src/utilspp/lifetime_with_longevity.hpp, src/utilspp/lifetime_with_longevity.inl, src/utilspp/private_members.cpp, src/utilspp/private_members.hpp, src/utilspp/private_members.inl, src/utilspp/singleton.hpp, src/utilspp/singleton_holder.hpp, src/utilspp/singleton_holder.inl, src/utilspp/threading_factory_mutex.hpp, src/utilspp/threading_single.hpp:
	cleaned the utilspp repertory

	* acinclude.m4, configure.in: removed MPATROL references

2004-03-20  jpbl  <jpbl@localhost>

	* src/curlpp/curl_info.cpp, src/curlpp/curl_info.hpp, src/curlpp/file_trait.cpp, src/curlpp/file_trait.hpp, src/curlpp/ftp_easy.cpp, src/curlpp/ftp_easy.hpp, src/curlpp/http_easy.cpp, src/curlpp/http_easy.hpp, src/curlpp/memory_trait.cpp, src/curlpp/memory_trait.hpp, src/curlpp/option_base.hpp, src/curlpp/option_base.inl, src/curlpp/option_container.hpp, src/curlpp/option_container.inl, src/curlpp/option_list.hpp, src/curlpp/option_list.inl, src/curlpp/options.cpp, src/curlpp/slist.cpp, src/curlpp/slist.hpp, src/curlpp/storage.cpp, src/curlpp/storage.hpp, src/curlpp/storage_trait.cpp, src/curlpp/storage_trait.hpp, src/curlpp/stream_trait.cpp, src/curlpp/stream_trait.hpp, src/curlpp/test.cpp, src/curlpp/types.hpp:
	removed unusefull files

2004-03-11  jpbl  <jpbl@localhost>

	* src/curlpp/curl_factory.cpp, src/curlpp/curl_factory.hpp:
	removed unusefull files

2004-01-09  jpbl  <jpbl@localhost>

	* src/curlpp/Curl.inl, src/curlpp/Option.inl, src/curlpp/OptionContainerType.hpp, src/curlpp/OptionSetter.hpp, src/curlpp/OptionSetter.inl, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/curlpp/test.cpp, examples/Makefile.am, examples/example01.cpp, Makefile.am, configure.in:
	*** empty log message ***

2004-01-08  jpbl  <jpbl@localhost>

	* src/curlpp/Curl.inl, src/curlpp/CurlFactory.cpp, src/curlpp/CurlFactory.hpp, src/curlpp/Curlpp.cpp, src/curlpp/Curlpp.hpp, src/curlpp/Easy.cpp, src/curlpp/Easy.hpp, src/curlpp/OptionContainer.inl, src/curlpp/OptionSetter.hpp, src/curlpp/OptionSetter.inl:
	New file.

	* src/curlpp/Curl.hpp, src/curlpp/Curl.inl, src/curlpp/CurlFactory.cpp, src/curlpp/CurlFactory.hpp, src/curlpp/Curlpp.cpp, src/curlpp/Curlpp.hpp, src/curlpp/Easy.cpp, src/curlpp/Easy.hpp, src/curlpp/Makefile.am, src/curlpp/Option.hpp, src/curlpp/Option.inl, src/curlpp/OptionBase.hpp, src/curlpp/OptionContainer.hpp, src/curlpp/OptionContainer.inl, src/curlpp/OptionContainerType.hpp, src/curlpp/OptionList.cpp, src/curlpp/OptionList.hpp, src/curlpp/OptionSetter.hpp, src/curlpp/OptionSetter.inl, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/curlpp/test.cpp, src/curlpp/Curl.cpp:
	implemented the Easy class

2004-01-07  jpbl  <jpbl@localhost>

	* src/curlpp/Curl.cpp, src/curlpp/Curl.hpp, src/curlpp/Handle.cpp, src/curlpp/Handle.hpp, src/curlpp/OptionContainer.hpp, src/curlpp/OptionContainerType.hpp, src/curlpp/OptionList.cpp, src/curlpp/OptionList.hpp, src/curlpp/Options.hpp, src/curlpp/test.cpp:
	New file.

	* src/curlpp/Curl.cpp, src/curlpp/Curl.hpp, src/curlpp/Handle.cpp, src/curlpp/Handle.hpp, src/curlpp/Makefile.am, src/curlpp/Option.hpp, src/curlpp/Option.inl, src/curlpp/OptionBase.cpp, src/curlpp/OptionBase.hpp, src/curlpp/OptionContainer.hpp, src/curlpp/OptionContainerType.hpp, src/curlpp/OptionList.cpp, src/curlpp/OptionList.hpp, src/curlpp/Options.hpp, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/curlpp/test.cpp, src/utilspp/Makefile.am, Makefile.am, configure.in:
	all the implementation for OptionList is complete

2004-01-04  jpbl  <jpbl@localhost>

	* src/curlpp/Option.inl: New file.

	* src/curlpp/Option.inl: started the new version

	* src/curlpp/Option.hpp, src/curlpp/OptionBase.cpp, src/curlpp/OptionBase.hpp:
	New file.

	* src/curlpp/Option.hpp, src/curlpp/OptionBase.cpp, src/curlpp/OptionBase.hpp, src/utilspp/type_trait.hpp:
	started the new version

2003-10-16  jpbl  <jpbl@localhost>

	* doc/guide.pdf, doc/guide.tex, src/utilspp/singleton/Makefile.am, curlpp-0.3.0-1.spec:
	guide.tex is now okay

2003-07-14  jpbl  <jpbl@localhost>

	* src/curlpp/Makefile.am, src/curlpp/easy.cpp, src/curlpp/easy.hpp, src/curlpp/ftp_easy.cpp, src/curlpp/ftp_easy.hpp, src/curlpp/http_easy.cpp, src/curlpp/http_easy.hpp, src/curlpp/option.hpp, src/curlpp/option.inl, src/curlpp/options.cpp, src/curlpp/options.hpp:
	Now curlpp::easy uses completely the new curlpp::option class. However we need that the copy constructor for curlpp::option_container be correct.

2003-06-14  jpbl  <jpbl@localhost>

	* src/curlpp/option_container.hpp, src/curlpp/option_container_base.hpp, src/curlpp/option_container_base.inl:
	curlpp::option_constainer doesn't have any valid purpose.

	* src/curlpp/curl.cpp, src/curlpp/curl.hpp, src/curlpp/easy.cpp, src/curlpp/easy.hpp, src/curlpp/option.hpp, src/curlpp/option.inl, src/curlpp/option_container.hpp, src/curlpp/option_container.inl, src/curlpp/options.cpp, src/curlpp/options.hpp:
	Added curlpp::option_container in curlpp::easy for the url option.
	curlpp::option_container permit to get the current value of an option. Later
	it will permit to have a working copy constructor for curlpp::easy.

2003-06-07  jpbl  <jpbl@localhost>

	* src/curlpp/Makefile.am: New file.

	* src/curlpp/Makefile.am: added missing Makefile.am

	* src/exception.hpp, src/http_easy.hpp, src/option_container_base.inl, src/option_list.inl, src/storage.hpp, src/curl_info.hpp, src/utilspp/Makefile.am:
	changed the directory structure and the including method, to be sure to not have any name conflicts in filenames. Added -lutilspp in curlpp-config.in.

	* src/curlpp/curl.cpp, src/curlpp/curl.hpp, src/curlpp/curl_factory.cpp, src/curlpp/curl_factory.hpp, src/curlpp/curl_info.cpp, src/curlpp/curl_info.hpp, src/curlpp/curlpp.cpp, src/curlpp/curlpp.hpp, src/curlpp/easy.cpp, src/curlpp/easy.hpp, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/curlpp/file_trait.cpp, src/curlpp/file_trait.hpp, src/curlpp/ftp_easy.cpp, src/curlpp/ftp_easy.hpp, src/curlpp/http_easy.cpp, src/curlpp/http_easy.hpp, src/curlpp/memory_trait.cpp, src/curlpp/memory_trait.hpp, src/curlpp/option.hpp, src/curlpp/option.inl, src/curlpp/option_base.hpp, src/curlpp/option_base.inl, src/curlpp/option_container.hpp, src/curlpp/option_container.inl, src/curlpp/option_container_base.hpp, src/curlpp/option_container_base.inl, src/curlpp/option_list.hpp, src/curlpp/option_list.inl, src/curlpp/options.cpp, src/curlpp/options.hpp, src/curlpp/slist.cpp, src/curlpp/slist.hpp, src/curlpp/storage.cpp, src/curlpp/storage.hpp, src/curlpp/storage_trait.cpp, src/curlpp/storage_trait.hpp, src/curlpp/stream_trait.cpp, src/curlpp/stream_trait.hpp, src/curlpp/types.hpp:
	New file.

	* src/curlpp/curl.cpp, src/curlpp/curl.hpp, src/curlpp/curl_factory.cpp, src/curlpp/curl_factory.hpp, src/curlpp/curl_info.cpp, src/curlpp/curl_info.hpp, src/curlpp/curlpp.cpp, src/curlpp/curlpp.hpp, src/curlpp/easy.cpp, src/curlpp/easy.hpp, src/curlpp/exception.cpp, src/curlpp/exception.hpp, src/curlpp/file_trait.cpp, src/curlpp/file_trait.hpp, src/curlpp/ftp_easy.cpp, src/curlpp/ftp_easy.hpp, src/curlpp/http_easy.cpp, src/curlpp/http_easy.hpp, src/curlpp/memory_trait.cpp, src/curlpp/memory_trait.hpp, src/curlpp/option.hpp, src/curlpp/option.inl, src/curlpp/option_base.hpp, src/curlpp/option_base.inl, src/curlpp/option_container.hpp, src/curlpp/option_container.inl, src/curlpp/option_container_base.hpp, src/curlpp/option_container_base.inl, src/curlpp/option_list.hpp, src/curlpp/option_list.inl, src/curlpp/options.cpp, src/curlpp/options.hpp, src/curlpp/slist.cpp, src/curlpp/slist.hpp, src/curlpp/storage.cpp, src/curlpp/storage.hpp, src/curlpp/storage_trait.cpp, src/curlpp/storage_trait.hpp, src/curlpp/stream_trait.cpp, src/curlpp/stream_trait.hpp, src/curlpp/types.hpp, src/easy.hpp, src/exception.cpp, src/file_trait.cpp, src/file_trait.hpp, src/ftp_easy.cpp, src/ftp_easy.hpp, src/http_easy.cpp, src/memory_trait.cpp, src/memory_trait.hpp, src/option.hpp, src/option.inl, src/option_base.hpp, src/option_base.inl, src/option_container.hpp, src/option_container.inl, src/option_container_base.hpp, src/option_list.hpp, src/options.hpp, src/slist.cpp, src/slist.hpp, src/storage.cpp, src/storage_trait.cpp, src/storage_trait.hpp, src/stream_trait.cpp, src/stream_trait.hpp, src/types.hpp, src/curlpp.cpp, src/curlpp.hpp, src/easy.cpp, examples/Makefile.am, examples/example01.cpp, examples/example02.cpp, examples/example03.cpp, examples/example05.cpp, examples/example06.cpp, examples/example07.cpp, examples/example08.cpp, examples/example09.cpp, examples/example11.cpp, examples/example13.cpp, src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curl_factory.cpp, src/curl_factory.hpp, src/curl_info.cpp, curlpp-config.in, configure.in:
	changed the directory structure and the including method, to be sure to not have any name conflicts in filenames. Added -lutilspp in curlpp-config.in.

	* src/storage_trait.o, src/stream_trait.lo, src/stream_trait.o, src/file_trait.lo, src/file_trait.o, src/memory_trait.lo, src/memory_trait.o, src/storage_trait.lo:
	removed some .o and .lo added accidently

	* src/file_trait.o, src/memory_trait.cpp, src/memory_trait.hpp, src/memory_trait.lo, src/memory_trait.o, src/option_base.hpp, src/storage.cpp, src/storage.hpp, src/storage_trait.cpp, src/storage_trait.hpp, src/storage_trait.lo, src/storage_trait.o, src/stream_trait.cpp, src/stream_trait.hpp, src/stream_trait.lo, src/stream_trait.o:
	-Added libcurl_runtime_error and libcurl_logic_error, in order to be able to
	 Retreive the error code when available, for an exception.
	-Readded the m_*_storage stuff.
	-Fixed the most of the examples to be able to compile them.

	* src/file_trait.o, src/memory_trait.lo, src/memory_trait.o, src/storage_trait.lo, src/storage_trait.o, src/stream_trait.lo, src/stream_trait.o:
	New file.

	* examples/Makefile.am, examples/example03.cpp, examples/example05.cpp, examples/example06.cpp, examples/example07.cpp, examples/example08.cpp, examples/example09.cpp, examples/example11.cpp, examples/example13.cpp, examples/example15.cpp, src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curl_factory.cpp, src/curl_info.cpp, src/easy.cpp, src/easy.hpp, src/exception.cpp, src/exception.hpp, src/file_trait.cpp, src/file_trait.hpp, src/file_trait.lo:
	-Added libcurl_runtime_error and libcurl_logic_error, in order to be able to
	 Retreive the error code when available, for an exception.
	-Readded the m_*_storage stuff.
	-Fixed the most of the examples to be able to compile them.

	* examples/example15.cpp, src/file_trait.lo: New file.

	* ChangeLog:
	-Added libcurl_runtime_error and libcurl_logic_error, in order to be able to
	 Retreive the error code when available, for an exception.
	-Readded the m_*_storage stuff.
	-Fixed the most of the examples to be able to compile them.

2003-06-01  jpbl  <jpbl@localhost>

	* src/easy.hpp, src/easy.cpp: compilation errors fixes

	* test/example10.cpp, test/example11.cpp, test/example12.cpp, test/example13.cpp, test/example14.cpp:
	added curl_info

	* src/curl_info.cpp, src/curl_info.hpp: New file.

	* src/curl.hpp, src/curl_info.cpp, src/curl_info.hpp, src/easy.cpp, src/easy.hpp, src/ftp_easy.cpp, src/http_easy.cpp, src/option.hpp, src/option.inl, src/options.hpp, test/Makefile.am, test/README, test/configure.in, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp:
	added curl_info

	* examples/Makefile.am, examples/README, examples/configure.in, examples/example01.cpp, examples/example02.cpp, examples/example03.cpp, examples/example04.cpp, examples/example05.cpp, examples/example06.cpp, examples/example07.cpp, examples/example08.cpp, examples/example09.cpp, examples/example10.cpp, examples/example11.cpp, examples/example12.cpp, examples/example13.cpp, examples/example14.cpp:
	New file.

	* examples/Makefile.am, examples/README, examples/configure.in, examples/example01.cpp, examples/example02.cpp, examples/example03.cpp, examples/example04.cpp, examples/example05.cpp, examples/example06.cpp, examples/example07.cpp, examples/example08.cpp, examples/example09.cpp, examples/example10.cpp, examples/example11.cpp, examples/example12.cpp, examples/example13.cpp, examples/example14.cpp, src/Makefile.am, Makefile.am, configure.in:
	added curl_info

2003-03-10  jpbl  <jpbl@localhost>

	* src/options.hpp: New file.

	* src/curl.cpp, src/easy.cpp, src/easy.hpp, src/option.hpp, src/option.inl, src/option_base.hpp, src/option_base.inl, src/option_container.hpp, src/option_container.inl, src/option_container_base.hpp, src/option_container_base.inl, src/option_list.hpp, src/option_list.inl, src/options.hpp, src/utilspp/type_trait.hpp, test/Makefile.am, src/Makefile.am, configure.in:
	added the options.hpp

	* src/option_list.inl: New file.

	* src/option_list.inl: added the option_list class.

	* src/option_base.inl, src/option_list.hpp: New file.

	* src/option.hpp, src/option.inl, src/option_base.hpp, src/option_base.inl, src/option_container.hpp, src/option_container.inl, src/option_container_base.hpp, src/option_list.hpp:
	added the option_list class.

2003-03-07  jpbl  <jpbl@localhost>

	* src/option_container.hpp, src/option_container.inl, src/option_container_base.hpp, src/option_container_base.inl:
	Added the option_container classes

	* src/option_container.hpp, src/option_container.inl, src/option_container_base.hpp, src/option_container_base.inl:
	New file.

	* src/Makefile.am: Added the option_container classes

	* src/option_base.hpp: New file.

	* src/Makefile.am, src/option.hpp, src/option.inl, src/option_base.hpp:
	Now curlpp::option herit from option_base. To purpose of doing this is to be
	able to compare options between them.

	* src/option.hpp, src/option.inl, src/utilspp/type_trait.hpp, test/Makefile.am:
	I added the curlpp::option class. This class is a replacement for the ancient
	curlpp::registry class. Added the pointer_to_member_function struct to
	utilspp.

	* src/option.inl: New file.

	* doc/guide.tex, src/Makefile.am:
	I added the curlpp::option class. This class is a replacement for the ancient
	curlpp::registry class. Added the pointer_to_member_function struct to
	utilspp.

	* src/option.hpp: New file.

	* cscope.files, gctags.files, AUTHORS, ChangeLog, Doxyfile, Makefile.am, configure.in:
	I added the curlpp::option class. This class is a replacement for the ancient
	curlpp::registry class. Added the pointer_to_member_function struct to
	utilspp.

2003-03-06  jpbl  <jpbl@localhost>

	* src/curl_factory.hpp, src/curl_factory.cpp:
	added some comments to curlpp::curl_factory_impl. The curlpp::curl_factory_safe is removed because his "safety" mechanism will be replaced by the singleton_holder with the lifetime_library policy

	* src/utilspp/mutex/Makefile.am, src/utilspp/mutex/factory_mutex.cpp, src/utilspp/mutex/factory_mutex.hpp, src/utilspp/mutex/factory_mutex_base.cpp, src/utilspp/mutex/factory_mutex_base.hpp, src/utilspp/mutex/factory_mutex_container.hpp, src/utilspp/mutex/factory_mutex_container.inl, src/utilspp/mutex/mutex_factory.cpp, src/utilspp/mutex/mutex_factory.hpp, src/utilspp/mutex/mutex_factory.inl, src/utilspp/singleton.hpp, src/utilspp/singleton/Makefile.am, src/utilspp/singleton/creation_static.hpp, src/utilspp/singleton/creation_using_new.hpp, src/utilspp/singleton/lifetime_default.hpp, src/utilspp/singleton/lifetime_library.cpp, src/utilspp/singleton/lifetime_library.hpp, src/utilspp/singleton/lifetime_library.inl, src/utilspp/singleton/lifetime_with_longevity.cpp, src/utilspp/singleton/lifetime_with_longevity.hpp, src/utilspp/singleton/lifetime_with_longevity.inl, src/utilspp/singleton/private_members.cpp, src/utilspp/singleton/private_members.hpp, src/utilspp/singleton/private_members.inl, src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/singleton_holder.inl, src/utilspp/singleton/threading_factory_mutex.hpp, src/utilspp/singleton/threading_single.hpp, src/utilspp/smart_ptr.hpp, src/utilspp/type_list.hpp, src/utilspp/type_trait.hpp, src/utils/Makefile.am, src/utils/smart_ptr.hpp, src/utilspp/Makefile.am, src/utilspp/non_copyable.hpp, src/utilspp/null_type.hpp, src/http_easy.cpp, src/http_easy.hpp, src/slist.cpp, src/slist.hpp, src/types.hpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, src/easy.cpp, src/easy.hpp, src/exception.cpp, src/exception.hpp, src/ftp_easy.cpp, src/ftp_easy.hpp:
	cleaned up the files to begin the devel branch

	* src/curl_factory.cpp, src/curl_factory.hpp: New file.

	* src/curl_factory.cpp, src/curl_factory.hpp, src/curlpp.cpp, src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_fail_on_error.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_header.cpp, src/curlpp_header.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_progress.cpp, src/curlpp_progress.hpp, src/curlpp_proxy.cpp, src/Makefile.am, src/RegistryManager.hh, src/RegistryManagerBase.hh, src/RegistryManagerSingleton.hh, src/curl.cpp, src/curl.hpp:
	cleaned up the files to begin the devel branch

2003-02-24  jpbl  <jpbl@localhost>

	* test/example15.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example11.cpp, test/example12.cpp, test/example13.cpp, test/example14.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example01.cpp, src/utilspp/singleton/singleton_holder.inl, src/utilspp/singleton/threading_factory_mutex.hpp, src/utilspp/singleton/threading_single.hpp, src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/lifetime_with_longevity.hpp, src/utilspp/singleton/private_members.hpp, src/utilspp/singleton/lifetime_library.hpp, src/utilspp/singleton/creation_using_new.hpp, src/utilspp/singleton/lifetime_default.hpp, src/utilspp/singleton/creation_static.hpp, src/utilspp/mutex/factory_mutex_container.hpp, src/utilspp/mutex/mutex_factory.hpp, src/utilspp/mutex/factory_mutex.hpp, src/utilspp/mutex/factory_mutex_base.hpp, src/utilspp/mutex/factory_mutex.cpp, src/utilspp/type_trait.hpp, src/utilspp/type_list.hpp, src/utilspp/smart_ptr.hpp, src/utilspp/null_type.hpp, src/utilspp/non_copyable.hpp, src/storage.cpp, src/storage.hpp, src/storage_trait.cpp, src/storage_trait.hpp, src/stream_trait.cpp, src/stream_trait.hpp, src/registry_manager.hpp, src/registry_manager_base.hpp, src/registry_manager_impl.hpp, src/registry_base.hpp, src/http_easy.hpp, src/memory_trait.cpp, src/memory_trait.hpp, src/registerer.hpp, src/registry.hpp, src/http_easy.cpp, src/ftp_easy.hpp, src/ftp_easy.cpp, src/exception.hpp, src/file_trait.cpp, src/file_trait.hpp, src/exception.cpp, src/easy.cpp, src/easy.hpp, src/curlpp.hpp, src/curl.hpp, src/curl.cpp, src/buffer.hpp, src/buffer.cpp, ChangeLog, cscope.files, gctags.files:
	added missing singleton_holder.inl

2003-02-18  jpbl  <jpbl@localhost>

	* configure.in: fixed the test for a good version of libcURL

2003-02-08  jpbl  <jpbl@localhost>

	* src/utilspp/ArgCall.hpp, src/utilspp/DeferCall.hpp, src/utilspp/FreeFunctor.hpp, src/utilspp/Functor.hpp, src/utilspp/Makefile.am, src/utilspp/MemberFunctor.hpp, src/utilspp/PerfectBase.hpp, src/utilspp/PerfectReferencer.hpp, src/utilspp/Reference.hpp, src/utilspp/mutex/Makefile.am, src/utilspp/mutex/factory_mutex.cpp, src/utilspp/mutex/factory_mutex.hpp, src/utilspp/mutex/factory_mutex_base.cpp, src/utilspp/mutex/factory_mutex_base.hpp, src/utilspp/mutex/factory_mutex_container.hpp, src/utilspp/mutex/factory_mutex_container.inl, src/utilspp/mutex/mutex_factory.cpp, src/utilspp/mutex/mutex_factory.hpp, src/utilspp/mutex/mutex_factory.inl, src/utilspp/non_copyable.hpp, src/utilspp/singleton/Makefile.am, src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/threading_factory_mutex.hpp, src/utilspp/singleton/threading_single.hpp, src/utilspp/type_list.hpp, src/easy.cpp, src/easy.hpp:
	broken cvs - there's infinite recursive function call when registery easy handle constructor tahat calls registry record that call a constructor...

2003-02-03  jpbl  <jpbl@localhost>

	* src/Makefile.am, src/easy.cpp, src/easy.hpp, src/easy_registerer.cpp, src/easy_registerer.hpp:
	forgot to commit the deletion of curlpp::easy_registerer

	* src/Makefile.am, src/ftp_easy.cpp, src/ftp_easy.hpp, src/ftp_registerer.cpp, src/ftp_registerer.hpp, src/http_easy.cpp, src/http_easy.hpp, src/http_registerer.cpp, src/http_registerer.hpp:
	removed the *_registerer class. Now it's a typedef in the curlpp::*easy.

	* src/utilspp/smart_ptr.hpp, src/easy.hpp:
	changed the smart_ptr of namespace. It was in curlpp::utilspp, now it's in utilspp.

	* test/example15.cpp, test/example14.cpp, test/Makefile.am, test/example02.cpp, test/example04.cpp, test/example10.cpp, test/example12.cpp, src/utilspp/Makefile.am, src/utilspp/smart_ptr.hpp, src/utilspp/type_trait.hpp, src/registry_manager.hpp, src/registry_manager.inl, src/registry_manager_impl.hpp, src/registry_manager_impl.inl, src/registerer.hpp, src/registerer.inl, src/registries.hpp, src/registry.hpp, src/registry.inl, src/registry_base.hpp, src/registry_base.inl, src/http_registerer.cpp, src/http_registerer.hpp, src/easy_registerer.cpp, src/easy_registerer.hpp, src/ftp_easy.cpp, src/ftp_registerer.cpp, src/ftp_registerer.hpp, src/http_easy.cpp, src/easy.hpp, src/easy.cpp:
	now curlpp::easy, curlpp::ftp_easy and curlpp::http_easy are just handles for the curlpp::curl. changed curlpp::registry to get less template argument. curlpp::registry class family works with curlpp::easy instead of curlpp::easy *.

2003-01-26  jpbl  <jpbl@localhost>

	* src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/threading_single.hpp:
	changed the threading_single::lock, the acquire and release function was just putted there to remove an advice from the compiler (variable not used), when using the lock class

2003-01-24  jpbl  <jpbl@localhost>

	* src/utilspp/Makefile.am, src/utilspp/singleton/Makefile.am, src/utilspp/singleton/lifetime_library.cpp, test/example02.cpp, src/http_registerer.hpp, src/easy_registerer.cpp, src/easy_registerer.hpp, src/ftp_registerer.cpp, src/ftp_registerer.hpp, src/http_registerer.cpp, src/curlpp.cpp, src/curlpp.hpp:
	now all singleton uses utilspp::singleton_holder except for curlpp::factory because I'haven't decided yet what I'm doing with it.

	* src/utilspp/singleton/private_members.cpp, src/utilspp/singleton/private_members.hpp, src/utilspp/singleton/private_members.inl, src/utilspp/singleton/lifetime_library.cpp, src/utilspp/singleton/lifetime_library.inl, src/utilspp/singleton/Makefile.am, src/utilspp/smart_ptr.hpp, src/utilspp/create_static.hpp, src/utilspp/create_using_new.hpp, src/utilspp/default_lifetime.hpp, src/utilspp/single_threaded.hpp, src/utilspp/singleton_holder.hpp, src/utilspp/singleton_with_longevity.hpp:
	fixing some cvs mistakes

	* src/utilspp/ArgCall.hpp, src/utilspp/DeferCall.hpp, src/utilspp/FreeFunctor.hpp, src/utilspp/Functor.hpp, src/utilspp/Makefile.am, src/utilspp/MemberFunctor.hpp, src/utilspp/PerfectBase.hpp, src/utilspp/PerfectReferencer.hpp, src/utilspp/Reference.hpp, src/utilspp/smart_ptr.hpp:
	fixed some cvs error

	* src/utilspp/singleton/creation_static.hpp, src/utilspp/singleton/creation_using_new.hpp, src/utilspp/singleton/lifetime_default.hpp, src/utilspp/singleton/lifetime_library.hpp, src/utilspp/singleton/lifetime_with_longevity.cpp, src/utilspp/singleton/lifetime_with_longevity.hpp, src/utilspp/singleton/lifetime_with_longevity.inl, src/utilspp/singleton/singleton_holder.hpp, src/utilspp/singleton/threading_single.hpp, test/AUTHORS, test/ChangeLog, test/Makefile.am, test/NEWS, test/autogen.sh, configure.in, src/Makefile.am, src/registry_base.hpp, src/registry_manager.hpp, src/registry_manager.inl, src/registry_manager_impl.hpp, src/registry_manager_impl.inl, src/registry_manager_singleton.cpp, src/registry_manager_singleton.hpp, src/registry_manager_singleton.inl, src/utilspp/singleton.hpp:
	added the lifetime_library policy for the singleton

2003-01-23  jpbl  <jpbl@localhost>

	* src/Makefile.am, src/curl.hpp, src/curlpp.hpp, src/easy.hpp, src/registry_base.hpp, src/registry_manager.hpp, src/registry_manager.inl, src/registry_manager_singleton.hpp, src/registry_manager_singleton.inl, src/utils/Makefile.am, src/utils/smart_ptr.hpp, src/utilspp/create_using_new.hpp, src/utilspp/default_lifetime.hpp, src/utilspp/single_threaded.hpp, src/utilspp/singleton_holder.hpp, src/utilspp/singleton_with_longevity.hpp, configure.in:
	added the singleton_holder

2003-01-18  jpbl  <jpbl@localhost>

	* src/utilspp/singleton_with_longevity.hpp: forgot a file

	* src/utilspp/create_static.hpp, src/utilspp/create_using_new.hpp, src/utilspp/default_lifetime.hpp, src/utilspp/single_threaded.hpp, src/utilspp/singleton_holder.hpp, src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/easy.cpp, src/easy.hpp, src/easy_registerer.cpp, src/easy_registerer.hpp, src/ftp_easy.cpp, src/ftp_easy.hpp, src/ftp_registerer.cpp, src/ftp_registerer.hpp, src/http_easy.cpp, src/http_easy.hpp, src/http_registerer.cpp, src/http_registerer.hpp, src/registerer.hpp, src/registerer.inl, src/registry_manager_singleton.cpp, src/utils/smart_ptr.hpp:
	adding singleton_holder and all his policies

2003-01-12  jpbl  <jpbl@localhost>

	* src/curlpp.cpp, src/curlpp.hpp:
	added almost all the functions bindings, at this time the only thing that are missing are the curl_getinfo() fcuntion and the the multi post option.

2003-01-08  jpbl  <jpbl@localhost>

	* src/curl.hpp, src/easy.cpp, src/easy.hpp, src/registries.hpp, src/registry.hpp, src/types.hpp, src/curl.cpp:
	now security options are there and registries for security options

2003-01-07  jpbl  <jpbl@localhost>

	* src/types.hpp, src/registries.hpp, src/easy.hpp, src/easy.cpp, src/curl.hpp, src/curl.cpp:
	added the connections options and registries and protocols registries

	* src/easy.hpp, src/easy.cpp, src/curl.hpp, src/curl.cpp:
	added the protocols options

2002-12-19  jpbl  <jpbl@localhost>

	* src/registries.hpp: added the ftp registries

	* src/ftp_easy.cpp, src/ftp_easy.hpp, src/http_easy.cpp, src/http_easy.hpp, src/slist.cpp, src/slist.hpp, src/Makefile.am, src/curl.cpp, src/curl.hpp:
	added the ftp_easy class

2002-12-16  jpbl  <jpbl@localhost>

	* src/http_easy.cpp, src/http_easy.hpp, src/curl.hpp, src/curl.cpp, src/Makefile.am:
	adding the missing http_easy files

	* src/slist.hpp, src/slist.cpp, src/registries.hpp, src/curlpp.hpp:
	fixed some compilation problem

2002-12-15  jpbl  <jpbl@localhost>

	* src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/easy.cpp, src/registries.hpp:
	http_easy is almost complete, just missing http_post

	* src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/easy.cpp, src/easy.hpp, src/registries.hpp, src/slist.cpp, src/slist.hpp, src/storage.cpp, src/storage.hpp, src/storage_trait.cpp, src/storage_trait.hpp, src/types.hpp:
	almost finished the http_easy, and added the curlpp::slist class

2002-12-13  jpbl  <jpbl@localhost>

	* test/example14.cpp, test/example15.cpp, src/easy.hpp, src/exception.hpp, src/file_trait.hpp, src/memory_trait.hpp, src/storage.hpp, src/storage_trait.hpp, src/stream_trait.hpp, src/types.hpp, src/utils/smart_ptr.hpp, test/Makefile.am, test/configure.in, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example12.cpp, src/buffer.cpp, src/buffer.hpp, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/easy.cpp, doc/guide.tex, src/Makefile.am, Makefile.am, configure.in:
	more work to get the code standardized and started to work on http_easy

2002-12-12  jpbl  <jpbl@localhost>

	* AUTHORS, Doxyfile, Makefile.am, test/AUTHORS, test/ChangeLog, test/Makefile.am, test/NEWS, test/README, test/autogen.sh, test/configure.in, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example12.cpp, test/example14.cpp, test/example15.cpp:
	now examples need curlpp installed

	* src/Makefile.am, src/buffer.cpp, src/buffer.hpp, src/curlpp.hpp, src/easy.cpp, src/easy.hpp, src/exception.cpp, src/exception.hpp, src/file_trait.cpp, src/file_trait.hpp, src/memory_trait.cpp, src/memory_trait.hpp, src/storage.cpp, src/storage.hpp, src/storage_trait.cpp, src/storage_trait.hpp, src/stream_trait.cpp, src/stream_trait.hpp:
	second step to conform to file naming convention form the c++ coding standard

	* src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_fail_on_error.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_registry.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp:
	first step to conform to file naming convention form the c++ coding standard

2002-12-11  jpbl  <jpbl@localhost>

	* configure.in:
	added the lstdc++, in reaction to the bug submitted by Nicolas Bonnefon

	* src/Makefile.am: added a missing entry in the makefile.am

	* test/example15.cpp: added the example15.cpp file that was missing

	* test/Makefile.am, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example11.cpp, test/example12.cpp, test/example13.cpp, test/example14.cpp, src/curlpp_header.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_progress.cpp, src/curlpp_progress.hpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, src/registerer.hpp, src/registerer.inl, src/registries.hpp, src/registry.hpp, src/registry.inl, src/registry_base.hpp, src/registry_base.inl, src/registry_manager.hpp, src/registry_manager.inl, src/registry_manager_base.hpp, src/registry_manager_singleton.cpp, src/registry_manager_singleton.hpp, src/registry_manager_singleton.inl, src/Makefile.am, src/RegistryManager.hh, src/RegistryManagerBase.hh, src/RegistryManagerSingleton.hh, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_header.cpp:
	changed the design to be able to make the registerer class.

2002-12-08  jpbl  <jpbl@localhost>

	* src/curlpp.cpp, src/curlpp.hpp, src/curlpp_progress.cpp:
	added curlpp.cpp and curlpp_progress.cpp files, because there were missing.

	* src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_fail_on_error.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_header.cpp, src/curlpp_header.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_progress.hpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, src/utils/smart_ptr.hpp, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example11.cpp, test/example12.cpp, test/example13.cpp, test/example14.cpp:
	making the first dump of stable branch

2002-12-06  jpbl  <jpbl@localhost>

	* Doxyfile, configure.in, src/Makefile.am, src/RegistryManager.hh, src/RegistryManagerBase.hh, src/RegistryManagerSingleton.hh, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_fail_on_error.hpp, src/curlpp_file_trait.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, src/smart_ptr.hpp, src/utils/Makefile.am:
	I'm broking the cvs

2002-12-04  jpbl  <jpbl@localhost>

	* test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example11.cpp, test/example12.cpp, test/example13.cpp, test/example14.cpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_fail_on_error.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, src/smart_ptr.hpp, test/example01.cpp, src/curl.cpp, src/curl.hpp, src/curlpp.hpp:
	runned astyle on all source files

	* src/curlpp.hpp, AUTHORS, INSTALL, README, VERSION:
	cleaning the distrib files

	* doc/guide.tex, src/Makefile.am, src/curl.hpp, src/curlpp.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_infile_size.cpp, src/curlpp_infile_size.hpp, Doxyfile:
	some cleaning

2002-12-03  jpbl  <jpbl@localhost>

	* src/Makefile.am, src/curl.hpp, src/curlpp.hpp, src/curlpp_buffersize.cpp, src/curlpp_buffersize.hpp, src/curlpp_dns_cache_timeout.cpp, src/curlpp_dns_cache_timeout.hpp, src/curlpp_dns_use_global_cache.cpp, src/curlpp_dns_use_global_cache.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_fail_on_error.cpp, src/curlpp_fail_on_error.hpp, src/curlpp_registry.hpp, src/curlpp_signal.cpp, src/curlpp_signal.hpp, test/README, Doxyfile, doc/guide.tex:
	added fail_on_error, buffersize, dns_cache_timeout and dns_use_global_cache handles

2002-11-28  jpbl  <jpbl@localhost>

	* src/Makefile.am, test/example13.cpp, test/example14.cpp:
	fixed some package bug

	* configure.in, doc/guide.tex, src/Makefile.am, src/curl.cpp, src/curl.hpp, src/curlpp.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_interface.cpp, src/curlpp_registry.hpp, src/curlpp_storage.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_verbose.cpp, src/curlpp_verbose.hpp, test/Makefile.am, test/README, test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, test/example10.cpp, test/example11.cpp, test/example12.cpp:
	curlpp is now gcc 3.2.1 compliant.
	Added header, verbose and progress registry.

2002-11-26  jpbl  <jpbl@localhost>

	* src/curlpp_interface.hpp, src/curlpp_proxy.hpp:
	changed some documentation

	* src/curlpp.hpp: new minor revision

	* src/curlpp_interface.hpp, src/curlpp_opt.cpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_url.cpp, src/curlpp_url.hpp, src/curlpp_utils.cpp, test/Makefile.am, test/README, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, test/example09.cpp, COPYING, Doxyfile, src/Makefile.am, src/curlpp.cpp, src/curlpp.hpp, src/curlpp_easy.cpp, src/curlpp_easy.hpp:
	added the url_address class

	* test/example01.cpp, test/example02.cpp, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp, src/curl.hpp, src/curlpp.cpp, src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_interface.cpp, src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp, src/curlpp_opt.cpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp, src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.cpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_utils.cpp, src/smart_ptr.hpp, src/curl.cpp:
	added license

2002-11-25  jpbl  <jpbl@localhost>

	* test/output, test/linux-2.4.29.tar.gz, test/Makefile.in, test/example02_body.txt, test/Makefile, src/Makefile.in, src/Makefile:
	cleanup of import

	* test/Makefile.in, test/output: Imported Sources

	* test/Makefile.in, test/output: New file.

	* test/linux-2.4.29.tar.gz: Imported Sources

	* test/linux-2.4.29.tar.gz: New file.

	* test/example02.cpp, test/example02_body.txt, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp:
	Imported Sources

	* test/example02.cpp, test/example02_body.txt, test/example03.cpp, test/example04.cpp, test/example05.cpp, test/example06.cpp, test/example07.cpp, test/example08.cpp:
	New file.

	* src/Makefile.in, test/Makefile, test/Makefile.am, test/README, test/configure.in, test/example01.cpp:
	Imported Sources

	* src/Makefile.in, test/Makefile, test/Makefile.am, test/README, test/configure.in, test/example01.cpp:
	New file.

	* src/curlpp_storage_trait.cpp, src/smart_ptr.hpp: Imported Sources

	* src/curlpp_storage_trait.cpp, src/smart_ptr.hpp: New file.

	* src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_utils.cpp:
	Imported Sources

	* src/curlpp_storage.cpp, src/curlpp_storage.hpp, src/curlpp_storage_trait.hpp, src/curlpp_stream_trait.cpp, src/curlpp_stream_trait.hpp, src/curlpp_utils.cpp:
	New file.

	* src/curlpp_opt.cpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp:
	Imported Sources

	* src/curlpp_opt.cpp, src/curlpp_proxy.cpp, src/curlpp_proxy.hpp, src/curlpp_registry.hpp:
	New file.

	* src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp:
	Imported Sources

	* src/curlpp_interface.hpp, src/curlpp_memory_trait.cpp, src/curlpp_memory_trait.hpp:
	New file.

	* src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_interface.cpp:
	Imported Sources

	* src/curlpp.hpp, src/curlpp_buffer.cpp, src/curlpp_buffer.hpp, src/curlpp_exception.cpp, src/curlpp_exception.hpp, src/curlpp_file_trait.cpp, src/curlpp_file_trait.hpp, src/curlpp_interface.cpp:
	New file.

	* src/curlpp.cpp: Imported Sources

	* src/curlpp.cpp: New file.

	* src/curl.hpp: Imported Sources

	* src/curl.hpp: New file.

	* src/Makefile, src/Makefile.am, src/curl.cpp: Imported Sources

	* src/Makefile, src/Makefile.am, src/curl.cpp: New file.

	* autogen.sh, configure.in, curlpp-config.in: Imported Sources

	* autogen.sh, configure.in, curlpp-config.in: New file.

	* Doxyfile, INSTALL, Makefile.am, NEWS, PACKAGE, README, VERSION, acinclude.m4:
	Imported Sources

	* Doxyfile, INSTALL, Makefile.am, NEWS, PACKAGE, README, VERSION, acinclude.m4:
	New file.

	* AUTHORS, COPYING, ChangeLog: Imported Sources

	* AUTHORS, COPYING, ChangeLog: New file.

