An open API service providing commit metadata for open source projects.

GitHub / cheind/cpp-restify / commits

A framework for exposing RESTful APIs from C++

SHA Message Author Date Stats
3c9d47ea Fixes client HTTP header bug and adds verbosity flag. Christoph Heindl <c****l@g****m> almost 10 years ago
9134b7f0 simple cors enabled. Christoph Heindl <c****l@g****m> about 10 years ago
c92968ba Fix issue with stream status. Christoph Heindl <c****l@g****m> about 10 years ago
353c35fd Fix for premature end of stream writing. Christoph Heindl <c****l@g****m> about 10 years ago
89e09a5d Adds support for basic file serving. Christoph Heindl <c****l@g****m> about 10 years ago
9402610c Brings C++14 filesystem (or replacement) functionality for dealing with paths. Christoph Heindl <c****l@g****m> about 10 years ago
752d915f merge Merge commit 'a3c483cf1e15aae1af22a0bbb1a1b343c764612a' as 'vendor/filesystem... Christoph Heindl <c****l@g****m> about 10 years ago
a3c483cf Squashed 'vendor/filesystem-wjakob/' content from commit 0a539a6 Christoph Heindl <c****l@g****m> about 10 years ago
25ded7b5 Preparing for file serving. Christoph Heindl <c****l@g****m> about 10 years ago
026eb934 Added test for unknown mime type. Christoph Heindl <c****l@g****m> about 10 years ago
e0874881 Adding support for mime-types and lower-case conversion. Christoph Heindl <c****l@g****m> about 10 years ago
9672cf9e Fix for trailing slash in template url path. Christoph Heindl <c****l@g****m> about 10 years ago
d8d057ff add "d" postfix to debug library Christoph Heindl <c****l@g****m> about 10 years ago
1d57a7a2 Adding lib vars. Christoph Heindl <c****l@g****m> about 10 years ago
5dfe00c7 updating include paths. Christoph Heindl <c****l@g****m> about 10 years ago
2f56ce07 Renamed Christoph Heindl <c****l@g****m> about 10 years ago
0120c882 Updated include dir Christoph Heindl <c****l@g****m> about 10 years ago
f595c597 Mongoose is not a dependent target anymore. Christoph Heindl <c****l@g****m> about 10 years ago
dc0718c5 renaming files. Christoph Heindl <c****l@g****m> about 10 years ago
765757b0 Adding export targets. Christoph Heindl <c****l@g****m> about 10 years ago
2a7f97e6 Changes to support chunked transfer encoding. Christoph Heindl <c****l@g****m> about 10 years ago
1ee64a90 Adding commented test for chunked upload testing. Christoph Heindl <c****l@g****m> about 10 years ago
6fc60115 Returns error code and reason Christoph Heindl <c****l@g****m> about 10 years ago
c0c685a2 Revert "Enabling support for receiving chunked encoded PUTs" Christoph Heindl <c****l@g****m> about 10 years ago
e5d34aea Enabling support for receiving chunked encoded PUTs Christoph Heindl <c****l@g****m> about 10 years ago
c1b81391 Adding support for closing a connection forcefully. Christoph Heindl <c****l@g****m> about 10 years ago
fa405753 Removed redundant test. Christoph Heindl <c****l@g****m> about 10 years ago
d3f96133 Improved json merging and construction. Christoph Heindl <c****l@g****m> about 10 years ago
26590683 Preparing for more complex merge ops. Christoph Heindl <c****l@g****m> about 10 years ago
b2dc6a4e Support for ignoring trailing slashes. Christoph Heindl <c****l@g****m> about 10 years ago
7d413e5a Backend specifics moved to individual files. Christoph Heindl <c****l@g****m> about 10 years ago
13b3cb15 Introduces abstraction for backend. Christoph Heindl <c****l@g****m> about 10 years ago
d552f7f6 Fix null pointer assertion. Christoph Heindl <c****l@g****m> about 10 years ago
f8e4e180 split http readers into body and header readers. Christoph Heindl <c****l@g****m> about 10 years ago
525d3b25 Refactoring Router Christoph Heindl <c****l@g****m> about 10 years ago
d58088d1 Shows a CMake warning when CURL is not enabled. Christoph Heindl <c****l@g****m> about 10 years ago
81729c8c Ensure a warning is shown when unit tests are build without CURL Christoph Heindl <c****l@g****m> about 10 years ago
bf440890 Removed HttpRenderer Christoph Heindl <c****l@g****m> about 10 years ago
6433cebb Server uses connection and reader Christoph Heindl <c****l@g****m> about 10 years ago
6faecb60 Adding default request reader. Christoph Heindl <c****l@g****m> about 10 years ago
2ec78f87 Added missing include Christoph Heindl <c****l@g****m> about 10 years ago
3e6999eb Starting to refactor connection handling and message parsing. Christoph Heindl <c****l@g****m> about 10 years ago
5e3ffd9e Add test that includes query string. Christoph Heindl <c****l@g****m> about 10 years ago
f3f626a1 Testing otherwise redirection. Christoph Heindl <c****l@g****m> about 10 years ago
63a9887c Adding support for following redirects. Christoph Heindl <c****l@g****m> about 10 years ago
86995523 Adding support for removing line breaks. Christoph Heindl <c****l@g****m> about 10 years ago
7404fbe6 Moving client to library itself. Christoph Heindl <c****l@g****m> about 10 years ago
06d48ac6 more examples. Christoph Heindl <c****l@g****m> about 10 years ago
d388f3f0 Simplified CURL client, improved tests. Christoph Heindl <c****l@g****m> about 10 years ago
5d51d8af Adding more tests and automatic Json request body parsing Christoph Heindl <c****l@g****m> about 10 years ago
7bffd2ea if CURL is present use it for testing. Christoph Heindl <c****l@g****m> about 10 years ago
25b848f7 Allow mongoose config to be set Christoph Heindl <c****l@g****m> about 10 years ago
06f2747a Undoing accidental changes in vendor files. Christoph Heindl <c****l@g****m> about 10 years ago
47ccf948 Fetching body only if content-length > 0 Christoph Heindl <c****l@g****m> about 10 years ago
8e654439 Fix auto correction Christoph Heindl <c****l@g****m> about 10 years ago
6b1c3efc Simplifications in code base. Christoph Heindl <c****l@g****m> about 10 years ago
9a2b8a0c Added redirect handler. Christoph Heindl <c****l@g****m> about 10 years ago
1f3ad168 Moved from JsonByPath to JsonBuilder Christoph Heindl <c****l@g****m> about 10 years ago
a0deee02 Adding ability to inline create json using path syntax Christoph Heindl <c****l@g****m> about 10 years ago
39fd9cc9 Errors are Responses, Router accepts default route. Christoph Heindl <c****l@g****m> about 10 years ago
beca4cb1 Removing Pimpl. Christoph Heindl <c****l@g****m> about 10 years ago
5dd0ea87 Fix MSVC warnings Christoph Heindl <c****l@g****m> about 10 years ago
1a9b6bb6 Startet implementation. Christoph Heindl <c****l@g****m> about 10 years ago
d03ddc51 Adding empty http renderer Christoph Heindl <c****l@g****m> about 10 years ago
47a1e043 Setting up request Christoph Heindl <c****l@g****m> about 10 years ago
892bf928 Added query string to parameter parsing Christoph Heindl <c****l@g****m> about 10 years ago
6072d3c4 Adding error handling and Json conversion Christoph Heindl <c****l@g****m> about 10 years ago
0b48eee3 Initial push with prototypical API preview. Christoph Heindl <c****l@g****m> about 10 years ago
6d000399 :boom::camel: Added .gitattributes & .gitignore files Christoph Heindl <c****l@g****m> about 10 years ago

← Back to repository