
noreply at github
Jan 20, 2012, 9:06 PM
Post #1 of 1
(171 views)
Permalink
|
|
[cherokee/web] 8d031c: Provides a listing of all commmits to all branches...
|
|
Branch: refs/heads/dev Home: https://github.com/cherokee/web Commit: 8d031c051eb640d08b2520e1284fb979d3d33867 https://github.com/cherokee/web/commit/8d031c051eb640d08b2520e1284fb979d3d33867 Author: M. David Peterson <m.david [at] 3rdandUrban> Date: 2012-01-20 (Fri, 20 Jan 2012) Changed paths: M Commits.py Log Message: ----------- Provides a listing of all commmits to all branches in the repository rather than a single branch. Helps ensure that while work is being done in the dev, new-events, SPDY, etc. branches the project doesn't appear stalled by listing only the commits to the master branch (the last of which was at the end of October). e.g. Without --branches $ git log --pretty=format:"%an||%ar||%s||%H" -10 Alvaro Lopez Ortega||3 months ago||Reverts the previous commit. That should NOT have landed in master. Commit ref: f8252a3f8fd3784f3abb2a2dd83d204d1b7b0868||340375f28266188f416 Alvaro Lopez Ortega||3 months ago||Merge pull request #6 from pigmej/patch-1||57a0e2183b1b1d94cd941ef6a59f1dae16588698 Jędrzej Nowak||3 months ago||Removed SVN from docs make file, and replaced it with GIT.||f8252a3f8fd3784f3abb2a2dd83d204d1b7b0868 Alvaro Lopez Ortega||3 months ago||We are on the Cherokee 1.2.101 cycle already.||780acc5fff298f9de95fd5ef31ea5ce5d37025df Stefan de Konink||3 months ago||Typo in Server String||d51d8ab12e5295236c2cb92c811335699677d09f Stefan de Konink||3 months ago||We don't use listener->server_string_ext so why keep it?||e11a05be5f316e402b7292f1c51480d28f5a7094 Alvaro Lopez Ortega||3 months ago||Fixes a couple of minor issues with the new Japanese translation.||948d93663f540caa1b1b9992581de214931092c7 Alvaro Lopez Ortega||3 months ago||Merge branch 'master' of github.com:cherokee/webserver||7fa0399200131999d1c3c2855675f2195e121504 Alvaro Lopez Ortega||3 months ago||Adds a new translation to Japanese. Thanks a million to Logue (logue [at] hotmail) for this great contribution!||d3fc95da0e8a078ed3c7c950669 Alvaro Lopez Ortega||3 months ago||Merge pull request #1 from skinkie/84e068bc4ead672c60b6ceae82096f4dc4cbfdc4||51d2fb582b899f1fcb7a81478394b32a95560588 With --branches $ git log --branches --pretty=format:"%an||%ar||%s||%H" -10 Alvaro Lopez Ortega||10 days ago||Renames a whole lot of 'conn' variables to 'req'. The target is to clean the namespace a little bit, so the actual work of implementing the ne Alvaro Lopez Ortega||13 days ago||Renames connection_info.{c,h} to request_info.{c,h}||1caa31e8f2506494f65471e92fb5ebf3520b544a Alvaro Lopez Ortega||13 days ago||Renames cherokee_connection_t to cherokee_request_t||74ada1c9158669bea5df7bc3798a4c42eb5f9e02 Alvaro Lopez Ortega||13 days ago||Initial renaming of cherokee_connection_t to cherokee_request_t. The internal symbols exported by the old connection.c file have not been conv Alvaro Lopez Ortega||13 days ago||Should have been part of the previos commit.||984f9bc5fbd900a5b8dbdf405743a4d0b97b577d Alvaro Lopez Ortega||13 days ago||Namespace clean up: Renames cherokee_request_t to cherokee_client_request_t.||83ce154ce6626c1ee5b379749488c30076c9598e Alvaro Lopez Ortega||2 weeks ago||Merge branch 'new-events' into dev||9a8b3492f666798f82b41e217e0db38eb21bad5f Alvaro Lopez Ortega||2 weeks ago||Little clean up||2a60fad8c216c9e81d32c162e6fb4dc99094a8fc Alvaro Lopez Ortega||2 weeks ago||cherokee_connection_build_header() can return ret_eagain with and without requiring any I/O polling.||9fed6d2e1aa32c32c48927139af722294f100743 Alvaro Lopez Ortega||2 weeks ago||cherokee_socket_connect() was not handling EHOSTUNREACH (No route to host) properly.||83ec242c3332b091729a2fae47306c76848996ed _______________________________________________ Cherokee-commits mailing list Cherokee-commits [at] lists http://lists.octality.com/listinfo/cherokee-commits
|