Older
-
r226
(Compilation fix for rest::http::engine.
) committed by mhowell123
- Compilation fix for rest::http::engine.
Compilation fix for rest::http::engine.
-
r225
(Beginnings of nanogear::rest::http
) committed by mhowell123
- Beginnings of nanogear::rest::http
Beginnings of nanogear::rest::http
-
r224
(Beginnings of a basic http library (next comes bindings to n...) committed by mhowell123
- Beginnings of a basic http library (next comes bindings to nanogear::rest).
Beginnings of a basic http library (next comes bindings to nanogear::rest).
-
r223
(Okay, I should've used boost::function before, if I had know...) committed by mhowell123
- Okay, I should've used boost::function before, if I had known about it.
Okay, I should've used boost::function before, if I had known about it.
-
r222
(Move as much code as possible into a non-template abstract_h...) committed by mhowell123
- Move as much code as possible into a non-template abstract_helper.
Move as much code as possible into a non-template abstract_helper.
-
r221
(More engine to a templates-based trader.
- A single applicat...) committed by mhowell123
- More engine to a templates-based trader.
- A single application may use more than one protocol
- No more of that static shared_ptr
- Less virtual functions
More engine to a templates-based trader.
- A single application may use more than one protocol
- No more of that static shared_ptr
- Less virtual functions
-
-
r219
(intermediate std::list and std::map no longer needed) committed by lvill...@binaryhelix.net
- intermediate std::list and std::map no longer needed
intermediate std::list and std::map no longer needed
-
-
-
r216
(refactor uri_template test, add doubled variable test (which...) committed by lvill...@binaryhelix.net
- refactor uri_template test, add doubled variable test (which fails)
refactor uri_template test, add doubled variable test (which fails)
-
-
-
r213
(initial version of uri_template class, only simple variable ...) committed by lvill...@binaryhelix.net
- initial version of uri_template class, only simple variable substitution works at the moment
initial version of uri_template class, only simple variable substitution works at the moment
-
-
-
r210
(empty stub for operator() (fixes link errors)) committed by lvill...@binaryhelix.net
- empty stub for operator() (fixes link errors)
empty stub for operator() (fixes link errors)
-
r209
(implement missing methods in parameter.cpp) committed by lvill...@binaryhelix.net
- implement missing methods in parameter.cpp
implement missing methods in parameter.cpp
-
r208
(add resource/representation.cpp) committed by lvill...@binaryhelix.net
- add resource/representation.cpp
add resource/representation.cpp
-
-
r206
(- virtual default destructor
- drop of preprocessor macros) committed by lvill...@binaryhelix.net
- - virtual default destructor
- drop of preprocessor macros
- virtual default destructor
- drop of preprocessor macros
-
-
r204
(-add (incomplete) uri_template class) committed by lvill...@binaryhelix.net
- -add (incomplete) uri_template class
-add (incomplete) uri_template class
-
r203
(Make uniform noncopyable.
) committed by mhowell123
- Make uniform noncopyable.
Make uniform noncopyable.
-
-
r201
(++resource::representation
) committed by mhowell123
- ++resource::representation
++resource::representation
-
r200
(Another build fix ;)
) committed by mhowell123
- Another build fix ;)
-
r199
(More handler work.
) committed by mhowell123
- More handler work.
-
-
r197
(Beginnings of hander class.
) committed by mhowell123
- Beginnings of hander class.
Beginnings of hander class.
-
r196
(Complete server class.
) committed by mhowell123
- Complete server class.
-
r195
(Remove a TODO in client.hpp
) committed by mhowell123
- Remove a TODO in client.hpp
Remove a TODO in client.hpp
-
r194
(Implement uri_template::set and uri_template::vars.
) committed by mhowell123
- Implement uri_template::set and uri_template::vars.
Implement uri_template::set and uri_template::vars.
-
r193
(Move uri_template to the more appropriate data/ subdirectory...) committed by mhowell123
- Move uri_template to the more appropriate data/ subdirectory.
Move uri_template to the more appropriate data/ subdirectory.
-
r192
(Use the templates as defined in resources/templates/libs
) committed by mhowell123
- Use the templates as defined in resources/templates/libs
Use the templates as defined in resources/templates/libs
-
-
r190
(- uri_template is not based on Restlet's implementation, dro...) committed by lvill...@binaryhelix.net
- - uri_template is not based on Restlet's implementation, drop Noelios copyright informations
- uri_template is not based on Restlet's implementation, drop Noelios copyright informations
-
r189
(- comment out add_subdirectory(tests) for now) committed by lvill...@binaryhelix.net
- - comment out add_subdirectory(tests) for now
- comment out add_subdirectory(tests) for now
-
r188
(- enable_testing()
- add_test()) committed by lvill...@binaryhelix.net
- - enable_testing()
- add_test()
- enable_testing()
- add_test()
-
r187
(add tests directory, the tests will not build for now) committed by lvill...@binaryhelix.net
- add tests directory, the tests will not build for now
add tests directory, the tests will not build for now
-
r186
(uri_template class, it is NOT based upon any class in restle...) committed by lvill...@binaryhelix.net
- uri_template class, it is NOT based upon any class in restlet
uri_template class, it is NOT based upon any class in restlet
-
-
r184
(-add route and router, these classes won't compile for now) committed by lvill...@binaryhelix.net
- -add route and router, these classes won't compile for now
-add route and router, these classes won't compile for now
-
r183
(- add some classes to rest_api CMakeLists.txt (route, router...) committed by lvill...@binaryhelix.net
- - add some classes to rest_api CMakeLists.txt (route, router, virtual_host), add tests subdirectory
- add rest_http module, not working, disabled
- add some classes to rest_api CMakeLists.txt (route, router, virtual_host), add tests subdirectory
- add rest_http module, not working, disabled
-
r182
(add rest_http, add product class to build system, minor chan...) committed by lvill...@binaryhelix.net
- add rest_http, add product class to build system, minor changes in client_info
add rest_http, add product class to build system, minor changes in client_info
-
r181
(Now I know what set_current is, and it seems to be Java-spec...) committed by mhowell123
- Now I know what set_current is, and it seems to be Java-specific (at least for now).
Now I know what set_current is, and it seems to be Java-specific (at least for now).
-
r180
(Fix engine and server.
) committed by mhowell123
- Fix engine and server.
-
r179
(Fix some of the previous commit, and use data::status.
) committed by mhowell123
- Fix some of the previous commit, and use data::status.
Fix some of the previous commit, and use data::status.
-
r178
(Add engine and create more complete helper.
) committed by mhowell123
- Add engine and create more complete helper.
Add engine and create more complete helper.
-
r177
(The code should reflect the intended usage: use typedef to m...) committed by mhowell123
- The code should reflect the intended usage: use typedef to make it easier to contain a uniform or
derived uniform in a boost::shared_ptr.
The code should reflect the intended usage: use typedef to make it easier to contain a uniform or
derived uniform in a boost::shared_ptr.
|