Commit Graph

2363 Commits

Author SHA1 Message Date
Adam D. Ruppe 5fa0b8948b Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-11 18:04:43 -05:00
Robert Klotzner 96ddd0dfbe another bug fix.
appending a CreatedQuery to a string was done incorrectly
2013-01-11 20:38:49 +01:00
Adam D. Ruppe b43b4c9c48 Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-11 13:23:33 -05:00
Robert Klotzner 62522d1d24 Fixed bug introduced by fixing a bug.
I forgot that the inner scope isn't necessarily exited when updating
upperWasValid. (Additional iterations overwrote the result before the
upper level could read it.) This is fixed now. Inner level only adds to
the value, upper level resets it to 0 before going down.
2013-01-11 19:10:37 +01:00
Adam D. Ruppe ed42fbf662 Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-11 10:19:01 -05:00
Robert Klotzner 35f0ac97fd Fixed another related bug.
And updated and improved the  documentation a bit.
2013-01-11 16:09:47 +01:00
Adam D. Ruppe 2acfaa8a28 Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-11 08:59:04 -05:00
Robert Klotzner 01b1b9df18 Fixed bug in querygenerator.
If sub block was just text, it was not considered valid by the upper
block.
2013-01-11 14:51:36 +01:00
Adam D. Ruppe 56b42fc0bb Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff 2013-01-10 08:15:10 -05:00
Adam D. Ruppe 86d1a3dcb1 dmd 2.061 2013-01-10 08:15:04 -05:00
Robert Klotzner 9b8ea8c5d1 Added a query generator.
It is capable of transforming an SQL template containing D expressions
to dynamically generated SQL, depending on input data.
2013-01-10 14:08:36 +01:00
Robert Klotzner 27623f0d72 Added constructor to Query to allow dynamically generated args.
(It takes a Variant[] array)
2013-01-10 14:08:04 +01:00
Adam D. Ruppe b6cf1009c1 64 bit fcgi fix attempt 2012-12-20 08:37:04 -05:00
Adam D. Ruppe 6cbe5625cd nested media queries 2012-12-17 13:33:26 -05:00
Adam D. Ruppe 6e5f38286e nothrow and color 2012-12-11 08:17:57 -05:00
Adam D. Ruppe f2943b90b3 Merge branch 'master' of https://github.com/eskimor/misc-stuff-including-D-programming-language-web-stuff
Conflicts:
	database.d
2012-11-26 15:55:35 -05:00
Adam D. Ruppe f04ac953ad more functions 2012-11-26 15:54:04 -05:00
Robert Klotzner ab48b2d99b Merge branch 'master' of https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff 2012-11-26 21:51:47 +01:00
Robert Klotzner 5b38e9d7e0 Fixed some property syntax issues. 2012-11-26 21:49:57 +01:00
Adam D. Ruppe 920bdd84ae better template text 2012-11-19 09:37:10 -05:00
Adam D. Ruppe c1af333c6b more template functions 2012-11-18 23:30:18 -05:00
Adam D. Ruppe 86062de07b idk 2012-11-07 13:30:34 -05:00
Adam D. Ruppe 0d8478592d more css lexer hacks. now supports \: for namespace selectors 2012-10-19 20:41:44 -04:00
Adam D. Ruppe 245f487702 bug in variable - it thought following text could be arguments 2012-10-12 17:13:07 -04:00
Adam D. Ruppe e677d8d445 catching up 2012-10-07 12:56:46 -04:00
cal 8ef905c906 Added try-catch to get meet WndProc nothrow requirement, changed sleep to use Duration 2012-10-06 14:18:59 -08:00
Adam D. Ruppe fd7bfd5c25 my new little email lib 2012-09-25 18:56:03 -04:00
Michael Crompton 89866aca12 trying to make mssql.d work 2012-09-01 12:21:23 -04:00
Adam D. Ruppe cf07121832 idk 2012-08-24 17:36:57 -04:00
David 199fe4aaec 64 bit compatability
TcpSocket.recv returns size_t and SSL_write takes int not size_t
2012-08-22 23:27:29 +03:00
Adam D. Ruppe 7765214a7f read line buffer bug 2012-08-14 18:00:35 -04:00
Adam D. Ruppe 2e06cbdcc5 use std.socket instead, now should work on Windows 2012-08-14 17:09:26 -04:00
Adam D. Ruppe 1ad4d9f013 openssl 2012-08-14 13:51:28 -04:00
Adam D. Ruppe 4b5a1a916e more stuff 2012-08-11 22:53:46 -04:00
Adam D. Ruppe b0bd5cd1fe oops symlink breakage lol 2012-08-11 00:28:55 -04:00
Adam D. Ruppe ebf0fd83d7 initial commit 2012-08-11 00:26:13 -04:00
Adam D. Ruppe 5b816cb7e7 catching up on lots of changes. 2012-08-11 00:24:04 -04:00
Adam D. Ruppe ca50fc2016 Merge branch 'master' of github.com:adamdruppe/misc-stuff-including-D-programming-language-web-stuff 2012-06-30 22:52:31 -04:00
Adam D. Ruppe 2572ca7a15 idk 2012-06-30 22:52:28 -04:00
Adam D. Ruppe dc887511b4 idk 2012-06-30 22:52:16 -04:00
Adam D. Ruppe 183ebe61aa Merge pull request #19 from Abscissa/fixes2
web.d: -d not required, and no warnings
2012-06-30 19:52:11 -07:00
Adam D. Ruppe 8d19c4c55e Merge pull request #18 from callumenator/simpledisplay_fix
Fixes to simpledisplay.d to make it compile
2012-06-30 19:51:52 -07:00
Abscissa b0603a0fe8 Fixed warnings. 2012-06-03 00:51:34 -04:00
Abscissa 34f9cb1de6 Works without -d 2012-06-03 00:47:48 -04:00
Callum Anderson 1ddfe2d669 Replaced typedefs with alias, removed return in void function displayImage, changed GET_X_PARAM and GET_Y_PARAM to HIWORD and LOWORD 2012-06-02 17:34:08 -08:00
Adam D. Ruppe 3649029cf6 argh half lib aa hax 2012-04-16 13:08:45 -04:00
Adam D. Ruppe 3e0a280551 multiple files 2012-04-16 12:36:39 -04:00
Adam D. Ruppe 64284c3d7c multiple files 2012-04-16 12:35:03 -04:00
Adam D. Ruppe 66f71380f7 Uri userinfo as well 2012-04-07 17:52:48 -04:00
Adam D. Ruppe 147924c659 uri struct now works 2012-04-07 17:37:30 -04:00