Commit Graph

260 Commits

Author SHA1 Message Date
ipkn
086107fc6d Merge pull request #22 from acron0/travis-logo-in-readme
Added travis build status logo to README
2014-09-14 07:35:50 +09:00
Antony Woods
8299451271 Moved the 'completed = true' line to before the completion callbacks 2014-09-13 19:15:37 +01:00
Antony
9e5f13a7c2 Added travis logo 2014-09-13 18:24:55 +01:00
ipknHama
7367f64ba8 remove clang from travis 2014-09-12 17:12:09 +09:00
ipknHama
a7e6787a2c travis update boost-latest, CMakeLists.txt boost version update 2014-09-12 16:55:42 +09:00
ipknHama
5854fe7679 travis add-repository 2014-09-12 16:28:58 +09:00
ipknHama
eccafae1a4 travis configuration update: g++-4.8, cmake check 2014-09-12 16:19:43 +09:00
ipknHama
6c5e6fcd07 change libboost-dev to libboost-all-dev 2014-09-12 16:06:04 +09:00
ipknHama
df2b4b414e travis add boost install 2014-09-12 15:59:01 +09:00
ipknHama
a0519c8278 travis CI build configuration file 2014-09-12 15:40:57 +09:00
ipknHama
507a1936e0 change default log level to INFO 2014-09-12 12:17:10 +09:00
ipknHama
b1b87a6c5a fix compile error
- add consturctor to request
 - remove unused type using
 - include "logging.h" from dumb_timer_queue.h (who uses CROW_LOG_DEBUG)
2014-09-12 12:17:10 +09:00
ipkn
764999e6c8 Update README.md 2014-09-11 08:04:14 +09:00
ipknHama
9eb96b7f4c Implement example CookieParser middleware and test 2014-09-11 06:32:41 +09:00
ipknHama
ab1063c046 complete middleware implementation 2014-09-08 07:07:53 +09:00
ipknHama
2748e35430 basic middleware test: before_handler 2014-09-07 04:30:53 +09:00
ipknHama
c89cafa820 add Middlewares template to Crow main class, context implementation 2014-09-07 01:24:45 +09:00
ipkn
daa3c82087 improve performance by 2x
change to io_service per CPU model
2014-08-17 05:35:21 -04:00
ipkn
79bbdfebfa fixed multithread crash 2014-08-16 12:10:19 -04:00
ipknHama
9b208fdaee fix compile bug (feeding std::endl to logger) 2014-08-16 12:44:43 +09:00
ipknHama
ef51b97d8b Change to custom timer implementation to increase performance 2014-08-16 11:55:26 +09:00
ipknHama
c5cbb3ff54 remove shared_ptr for performance 2014-08-15 11:06:00 +09:00
ipknHama
f91af402f7 Don't create logger object if corresponding log level is ignored. 2014-08-15 10:44:49 +09:00
ipknHama
7b08a2daac remove -pg compile flag (commited by mistake) 2014-08-15 10:44:03 +09:00
ipkn
b70a190077 tcmalloc linking added 2014-08-14 19:22:02 -04:00
ipknHama
9ca93dc799 Fixes #14, long polling leak removed. 2014-08-11 06:27:21 +09:00
ipkn
69c189b41a Update README.md 2014-08-08 04:13:10 +09:00
ipknHama
3018ff063a Merge branch 'directory-restructuring'
Directory structure changed.
Crow becomes a complete header-only library with http_parser_merged.h.
Provides amalgamated crow_all.h (all feature in one header file).
2014-08-08 03:53:36 +09:00
ipknHama
001c66b378 amalgamation added 2014-08-08 01:14:27 +09:00
ipknHama
c36aa219e2 now crow becomes completely header only 2014-08-07 08:31:27 +09:00
ipknHama
81fcf4af01 decide to be header only 2014-08-07 06:18:21 +09:00
ipknHama
bd1481656a improve mustache.h 2014-08-07 05:55:31 +09:00
ipknHama
1b83b78c83 spliting header implementation into cpp files, routing.cpp created 2014-08-07 05:25:18 +09:00
ipknHama
e70380e003 cmake update, added template test 2014-08-07 04:46:28 +09:00
ipknHama
031615ac86 source resturcturing + CMake 2014-08-07 01:18:33 +09:00
ipknHama
a0c93f5b84 long polling implementation complete
change `res handle(req)' into `void handle(req, res)'
connnection::handle is divide into two part:
    before and after user handler
2014-08-06 04:07:46 +09:00
ipknHama
88cc6079cb add supporing handlers with res parameter
void handler(const crow::request&, crow::response& res)
{
	res.send(data)
	res.end()
}

https://news.ycombinator.com/item?id=8004017
2014-08-06 04:07:46 +09:00
ipkn
9e331deaee Update README.md 2014-08-04 03:09:00 +09:00
ipknHama
615e648260 mustache partial implementation 2014-08-02 22:32:49 +09:00
ipknHama
9d1d65b08c implementing mustache specs except partial and lambdas 2014-08-02 22:32:49 +09:00
ipknHama
2963a0a477 replace lexical_cast to std::to_string 2014-08-02 22:32:49 +09:00
ipknHama
2e8f9f383d begin implementation: mustache based template engine 2014-08-02 22:32:48 +09:00
Jaeseung Ha
e68f5db64f Mac gcov error fix (remove -r option) 2014-07-29 22:24:04 +09:00
ipkn
edee080ab9 Merge pull request #11 from c0untd0wn/master
support for Mac OS X
2014-07-29 20:28:29 +09:00
ipknHama
b7781b20ff Add HTTP/1.1 persistent connection timeout
manage Connection object life cycle using shared_ptr
2014-07-29 20:20:50 +09:00
Beomki Lee
cae43ed704 support for Mac OSX 2014-07-27 23:23:58 +09:00
ipkn
404b0b966e Merge pull request #6 from deralex/readme-enhancements
Added git submodule to the readme
2014-07-09 17:31:35 +09:00
Alexander Kluth
fbc846b069 Added git submodule to the readme
Signed-off-by: Alexander Kluth <kluth@freshcells.de>
2014-07-09 09:18:23 +02:00
ipknHama
c19eed0285 add support for "Expect: 100-continue" 2014-07-09 14:08:40 +09:00
ipknHama
23f9b52858 fix old naming, check for host header 2014-07-09 14:08:02 +09:00