-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue 510: Support text blocks in Diet templates #514
Commits on Jan 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 34a2fd7 - Browse repository at this point
Copy the full SHA 34a2fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733f6c3 - Browse repository at this point
Copy the full SHA 733f6c3View commit details
Commits on Jan 29, 2014
-
Add more explicit comments about the interaction of HTTPServerOption.…
…parseXXX and HTTPServerRequest.bodyReader. Fixes vibe-d#483.
Configuration menu - View commit details
-
Copy full SHA for 06adc36 - Browse repository at this point
Copy the full SHA 06adc36View commit details
Commits on Jan 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6e51dc8 - Browse repository at this point
Copy the full SHA 6e51dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e0a79 - Browse repository at this point
Copy the full SHA 78e0a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46894d - Browse repository at this point
Copy the full SHA f46894dView commit details -
Merge pull request vibe-d#485 from UplinkCoder/NetworkAddress
Add NetworkAddress.toString and create a NetworkAddress based overload of connectTCP.
Configuration menu - View commit details
-
Copy full SHA for 3fb17df - Browse repository at this point
Copy the full SHA 3fb17dfView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 655f610 - Browse repository at this point
Copy the full SHA 655f610View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28166e - Browse repository at this point
Copy the full SHA c28166eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78860b2 - Browse repository at this point
Copy the full SHA 78860b2View commit details -
Let NetworkAddress.toString return the full address (including port) …
…and add toAddressString. Also use lower case letters for IPv6 representations (as recommended by RFC5952). See also vibe-d#485.
Configuration menu - View commit details
-
Copy full SHA for c7f5dfd - Browse repository at this point
Copy the full SHA c7f5dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c473d - Browse repository at this point
Copy the full SHA 10c473dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c932246 - Browse repository at this point
Copy the full SHA c932246View commit details -
Implement compileDietFileIndent!() which takes a base output indentat…
…ion level as an additional parameter. See also vibe-d#485.
Configuration menu - View commit details
-
Copy full SHA for ccf7e40 - Browse repository at this point
Copy the full SHA ccf7e40View commit details
Commits on Jan 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fd15744 - Browse repository at this point
Copy the full SHA fd15744View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c760e - Browse repository at this point
Copy the full SHA b4c760eView commit details -
Delete pure modificator from functions toAddressString and toString, …
…because they are impure
Configuration menu - View commit details
-
Copy full SHA for be59876 - Browse repository at this point
Copy the full SHA be59876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63618f5 - Browse repository at this point
Copy the full SHA 63618f5View commit details -
fix compile error with size_t to int conversions
- solely use size_t for indent
Configuration menu - View commit details
-
Copy full SHA for 9dd68bc - Browse repository at this point
Copy the full SHA 9dd68bcView commit details -
added convenience method for appending to a file (just like nodejs's …
…fs.appendFile)
Stephan Dilly committedJan 31, 2014 Configuration menu - View commit details
-
Copy full SHA for 84db360 - Browse repository at this point
Copy the full SHA 84db360View commit details
Commits on Feb 1, 2014
-
Merge pull request vibe-d#488 from MartinNowak/fixCompile
fix compilation
Configuration menu - View commit details
-
Copy full SHA for 87b6e33 - Browse repository at this point
Copy the full SHA 87b6e33View commit details -
Merge pull request vibe-d#487 from Zaramzan/master
Fixed compilation on dmd 2.063.2
Configuration menu - View commit details
-
Copy full SHA for de04c09 - Browse repository at this point
Copy the full SHA de04c09View commit details -
Merge pull request vibe-d#486 from MartinNowak/travisCI
add Travis CI configuration for unittests
Configuration menu - View commit details
-
Copy full SHA for 496971e - Browse repository at this point
Copy the full SHA 496971eView commit details -
Stephan Dilly committed
Feb 1, 2014 Configuration menu - View commit details
-
Copy full SHA for b309b04 - Browse repository at this point
Copy the full SHA b309b04View commit details
Commits on Feb 2, 2014
-
Merge pull request vibe-d#489 from Extrawurst/master
added convenience method for appending to a file...
Configuration menu - View commit details
-
Copy full SHA for d8550ef - Browse repository at this point
Copy the full SHA d8550efView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb38d49 - Browse repository at this point
Copy the full SHA cb38d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53bdec3 - Browse repository at this point
Copy the full SHA 53bdec3View commit details
Commits on Feb 4, 2014
-
Fix Libevent2UDPConnection.recv to properly call acquire/release to g…
…et read event notifications.
Configuration menu - View commit details
-
Copy full SHA for d49cfd3 - Browse repository at this point
Copy the full SHA d49cfd3View commit details -
Start execution of tasks started outside of an event loop only when t…
…he event loop has started to run.
Configuration menu - View commit details
-
Copy full SHA for 58054cc - Browse repository at this point
Copy the full SHA 58054ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a4947 - Browse repository at this point
Copy the full SHA 11a4947View commit details -
Rename st_workerTask(Mutex/Signal) to st_thread(Mutex/Signal) to acco…
…unt for their broader scope.
Configuration menu - View commit details
-
Copy full SHA for f5c7751 - Browse repository at this point
Copy the full SHA f5c7751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c42ef2 - Browse repository at this point
Copy the full SHA 5c42ef2View commit details -
Merge pull request vibe-d#494 from schuetzm/http_log_const_char
Replace `string` parameter by `const(char)[]` in `HTTPLogger.writeLine()`
Configuration menu - View commit details
-
Copy full SHA for 4251bb5 - Browse repository at this point
Copy the full SHA 4251bb5View commit details
Commits on Feb 5, 2014
-
Avoid use of BinaryHeap!Array on DMD < 2.065 trying to work around co…
…mpile/link errors. Instead, a slower RedBlackTree is used on older compiler versions now.
Configuration menu - View commit details
-
Copy full SHA for 03854ad - Browse repository at this point
Copy the full SHA 03854adView commit details -
Fix the order of timers for the RedBlackTree based compatibility code…
… and add some more debug output.
Configuration menu - View commit details
-
Copy full SHA for cae5a1a - Browse repository at this point
Copy the full SHA cae5a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e9bde0 - Browse repository at this point
Copy the full SHA 2e9bde0View commit details -
Fix Libevent2UDPConnection.release when invoked outside of a task.
Also fixes assertion error messages ("TCP" -> "UDP").
Configuration menu - View commit details
-
Copy full SHA for 6cf486c - Browse repository at this point
Copy the full SHA 6cf486cView commit details
Commits on Feb 6, 2014
-
Remove '+' as an escape sequence for URL encoding. Fixes vibe-d#498.
At the same time, a form(En/De)code function is added and used for decoding query string based web forms.
Configuration menu - View commit details
-
Copy full SHA for 55741f5 - Browse repository at this point
Copy the full SHA 55741f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824a752 - Browse repository at this point
Copy the full SHA 824a752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e1577 - Browse repository at this point
Copy the full SHA 94e1577View commit details -
Merge pull request vibe-d#499 from nazriel/mongodb_limit
Implement limit method for MongoDB driver
Configuration menu - View commit details
-
Copy full SHA for 26fd18f - Browse repository at this point
Copy the full SHA 26fd18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c33387 - Browse repository at this point
Copy the full SHA 1c33387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8221b4d - Browse repository at this point
Copy the full SHA 8221b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 994071d - Browse repository at this point
Copy the full SHA 994071dView commit details
Commits on Feb 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for eb99eb0 - Browse repository at this point
Copy the full SHA eb99eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0279d4b - Browse repository at this point
Copy the full SHA 0279d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c8c79 - Browse repository at this point
Copy the full SHA 18c8c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for eddcbda - Browse repository at this point
Copy the full SHA eddcbdaView commit details -
Merge pull request vibe-d#502 from fabsi88/master
Adding convenience method to parse Redis version
Configuration menu - View commit details
-
Copy full SHA for 8fca763 - Browse repository at this point
Copy the full SHA 8fca763View commit details -
fix issue with counting length of args: if that ever worked, somethin…
…g must have changed in how ranges are passed to formattedWrite..
Stephan Dilly committedFeb 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 4bb0326 - Browse repository at this point
Copy the full SHA 4bb0326View commit details
Commits on Feb 8, 2014
-
Merge pull request vibe-d#503 from Extrawurst/master
fix issue with counting length of args: if that ever worked, something m...
Configuration menu - View commit details
-
Copy full SHA for ed6c1de - Browse repository at this point
Copy the full SHA ed6c1deView commit details -
Fix countArgs/writeArgs in RedisConnection to properly handle non-str…
…ing array arguments. Fixes vibe-d#504. Also adds matching unit tests.
Configuration menu - View commit details
-
Copy full SHA for 78e170a - Browse repository at this point
Copy the full SHA 78e170aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4562c31 - Browse repository at this point
Copy the full SHA 4562c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb6027 - Browse repository at this point
Copy the full SHA efb6027View commit details
Commits on Feb 9, 2014
-
Handle "style" tag with inline content also correctly ("script" was a…
…lready fixed). Supposedly fixes issue vibe-d#507, but not yet verified.
Configuration menu - View commit details
-
Copy full SHA for f7b4fd8 - Browse repository at this point
Copy the full SHA f7b4fd8View commit details -
Merge pull request vibe-d#506 from fabsi88/master
Safe discover of redis version
Configuration menu - View commit details
-
Copy full SHA for df3ec55 - Browse repository at this point
Copy the full SHA df3ec55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de0643 - Browse repository at this point
Copy the full SHA 5de0643View commit details -
Merge pull request vibe-d#509 from nazriel/issue505
Fix issue vibe-d#505: DIET: doctype is actually ignored
Configuration menu - View commit details
-
Copy full SHA for 7dbaeb8 - Browse repository at this point
Copy the full SHA 7dbaeb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800310f - Browse repository at this point
Copy the full SHA 800310fView commit details
Commits on Feb 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3505953 - Browse repository at this point
Copy the full SHA 3505953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4c6d8 - Browse repository at this point
Copy the full SHA 6c4c6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f39c3 - Browse repository at this point
Copy the full SHA 16f39c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01bf62 - Browse repository at this point
Copy the full SHA b01bf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9b07c - Browse repository at this point
Copy the full SHA 5a9b07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 925a098 - Browse repository at this point
Copy the full SHA 925a098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a13428 - Browse repository at this point
Copy the full SHA 1a13428View commit details
Commits on Feb 11, 2014
-
Remove the RedBlackTree workaround for DMD 2.064 compile errors (fixe…
…d through DUB instead).
Configuration menu - View commit details
-
Copy full SHA for 93f64b8 - Browse repository at this point
Copy the full SHA 93f64b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac12c41 - Browse repository at this point
Copy the full SHA ac12c41View commit details -
16
Configuration menu - View commit details
-
Copy full SHA for d07984a - Browse repository at this point
Copy the full SHA d07984aView commit details -
Handle Diet includes as separate mixins().
This commit prepares for support of string templates, originally proposed by Stefan Koch (Uplink_Coder) in vibe-d#482.
9Configuration menu - View commit details
-
Copy full SHA for 2e18dc0 - Browse repository at this point
Copy the full SHA 2e18dc0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 36b1363 - Browse repository at this point
Copy the full SHA 36b1363View commit details -
Redo pull vibe-d#516 without compiler errors (dietStringParser signat…
…ure improvement). Fixes vibe-d#516.
Configuration menu - View commit details
-
Copy full SHA for 433db01 - Browse repository at this point
Copy the full SHA 433db01View commit details -
17
Configuration menu - View commit details
-
Copy full SHA for 8d70a57 - Browse repository at this point
Copy the full SHA 8d70a57View commit details
Commits on Feb 12, 2014
-
Merge pull request vibe-d#512 from nazriel/issue475
Fix issue vibe-d#475: diet doesn't allow boolean attributes without value in H...
Configuration menu - View commit details
-
Copy full SHA for 69ccaf8 - Browse repository at this point
Copy the full SHA 69ccaf8View commit details
Commits on Feb 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 19c2598 - Browse repository at this point
Copy the full SHA 19c2598View commit details