My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Dec 11, 2008
    r226 (Compilation fix for rest::http::engine. ) committed by mhowell123   -   Compilation fix for rest::http::engine.
    Compilation fix for rest::http::engine.
  • Dec 11, 2008
    r225 (Beginnings of nanogear::rest::http ) committed by mhowell123   -   Beginnings of nanogear::rest::http
    Beginnings of nanogear::rest::http
  • Dec 11, 2008
    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).
  • Dec 11, 2008
    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.
  • Dec 11, 2008
    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.
  • Dec 10, 2008
    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
  • Dec 05, 2008
    r220 (stub) committed by lvill...@binaryhelix.net   -   stub
    stub
  • Dec 05, 2008
    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
  • Dec 05, 2008
    r218 (link-time fix) committed by lvill...@binaryhelix.net   -   link-time fix
    link-time fix
  • Dec 04, 2008
    r217 (Compile fix. ) committed by mhowell123   -   Compile fix.
    Compile fix.
  • Dec 04, 2008
    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)
  • Dec 04, 2008
    r215 (smarter implementation) committed by lvill...@binaryhelix.net   -   smarter implementation
    smarter implementation
  • Dec 04, 2008
    r214 (updated test suite) committed by lvill...@binaryhelix.net   -   updated test suite
    updated test suite
  • Dec 04, 2008
    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
  • Dec 04, 2008
    r212 (fix link-time errors) committed by lvill...@binaryhelix.net   -   fix link-time errors
    fix link-time errors
  • Dec 04, 2008
    r211 (another link-time fix) committed by lvill...@binaryhelix.net   -   another link-time fix
    another link-time fix
  • Dec 04, 2008
    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)
  • Dec 04, 2008
    r209 (implement missing methods in parameter.cpp) committed by lvill...@binaryhelix.net   -   implement missing methods in parameter.cpp
    implement missing methods in parameter.cpp
  • Dec 04, 2008
    r208 (add resource/representation.cpp) committed by lvill...@binaryhelix.net   -   add resource/representation.cpp
    add resource/representation.cpp
  • Dec 04, 2008
    r207 (fix link errors) committed by lvill...@binaryhelix.net   -   fix link errors
    fix link errors
  • Dec 04, 2008
    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
  • Dec 04, 2008
    r205 (- virtual default destructor) committed by lvill...@binaryhelix.net   -   - virtual default destructor
    - virtual default destructor
  • Dec 04, 2008
    r204 (-add (incomplete) uri_template class) committed by lvill...@binaryhelix.net   -   -add (incomplete) uri_template class
    -add (incomplete) uri_template class
  • Nov 30, 2008
    r203 (Make uniform noncopyable. ) committed by mhowell123   -   Make uniform noncopyable.
    Make uniform noncopyable.
  • Nov 29, 2008
    r202 (KDevelop++ ) committed by mhowell123   -   KDevelop++
    KDevelop++
  • Nov 29, 2008
    r201 (++resource::representation ) committed by mhowell123   -   ++resource::representation
    ++resource::representation
  • Nov 28, 2008
    r200 (Another build fix ;) ) committed by mhowell123   -   Another build fix ;)
    Another build fix ;)
  • Nov 28, 2008
    r199 (More handler work. ) committed by mhowell123   -   More handler work.
    More handler work.
  • Nov 27, 2008
    r198 (Fix build. ) committed by mhowell123   -   Fix build.
    Fix build.
  • Nov 27, 2008
    r197 (Beginnings of hander class. ) committed by mhowell123   -   Beginnings of hander class.
    Beginnings of hander class.
  • Nov 26, 2008
    r196 (Complete server class. ) committed by mhowell123   -   Complete server class.
    Complete server class.
  • Nov 25, 2008
    r195 (Remove a TODO in client.hpp ) committed by mhowell123   -   Remove a TODO in client.hpp
    Remove a TODO in client.hpp
  • Nov 20, 2008
    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.
  • Nov 20, 2008
    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.
  • Nov 20, 2008
    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
  • Nov 20, 2008
    r191 (- fix build) committed by lvill...@binaryhelix.net   -   - fix build
    - fix build
  • Nov 20, 2008
    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
  • Nov 20, 2008
    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
  • Nov 20, 2008
    r188 (- enable_testing() - add_test()) committed by lvill...@binaryhelix.net   -   - enable_testing() - add_test()
    - enable_testing() - add_test()
  • Nov 20, 2008
    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
  • Nov 20, 2008
    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
  • Nov 20, 2008
    r185 (add virtual_host class) committed by lvill...@binaryhelix.net   -   add virtual_host class
    add virtual_host class
  • Nov 20, 2008
    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
  • Nov 20, 2008
    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
  • Nov 20, 2008
    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
  • Nov 18, 2008
    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).
  • Nov 18, 2008
    r180 (Fix engine and server. ) committed by mhowell123   -   Fix engine and server.
    Fix engine and server.
  • Nov 18, 2008
    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.
  • Nov 18, 2008
    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.
  • Nov 18, 2008
    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.
 
Hosted by Google Code