History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
943d89012cd2 | aubort | Merge with Stable Week 48 | Dec 5 2018 | |||
a7cdbd2c260b | aubort | Merge with Stable Week 45 | Nov 16 2017 | |||
bf430206c8a9 | epriestley | Fix a minor i18n issue in libphutil | Nov 7 2016 | |||
2663da19a0ee | epriestley | Support persistent connections in libphutil | Sep 21 2016 | |||
9c03af69571f | epriestley | Record the last time a connection was used on the connection object | Aug 11 2016 | |||
ff84abc7d857 | epriestley | If "utf8mb4" is unavailable on the client, fall back to "binary" | Jul 13 2016 | |||
4b44d03ba60c | epriestley | Don't retry queries on connections holding global locks | Apr 25 2016 | |||
139d316c4484 | epriestley | Support query timeouts with mysqli on the client side | Apr 25 2016 | |||
a46f7b7e5d80 | epriestley | Provide a way to explicitly establish a database connection | Apr 10 2016 | |||
d22d1ec5e35c | epriestley | Support "timeout" parameter in older MySQL connections | Apr 10 2016 | |||
1dddbacbb252 | epriestley | Add a read-only flag to database connections | Apr 9 2016 | |||
b4f38af38480 | epriestley | Implement a stream iterator and hashing iterator | Mar 18 2016 | |||
a4ca530644be | epriestley | Move request decoding/streaming to AphrontRequestStream | Mar 17 2016 | |||
f43291e99d36 | epriestley | Distinguish more carefully between different kinds of MySQL connection errors | Jan 21 2016 | |||
a055c511ae3c | cburroughs/cburroughs | Differentiate timeouts from deadlocks | Nov 23 2015 | |||
0e9b850ca74b | Joshua Spence | Explicitly declare properties on AphrontIsolatedDatabaseConnection | Jun 15 2015 | |||
3ff84448a916 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
b06c9860e868 | epriestley | Remove phutil_exit() | May 18 2015 | |||
bd087f55be93 | epriestley | Don't fail on undisposed write guards | May 16 2015 | |||
dc4b8571f975 | epriestley | Make AphrontWriteGuard disposal more durable | May 14 2015 | |||
211230ced9ca | Joshua Spence | Use `__CLASS__` instead of hardcoding class names | May 13 2015 | |||
13899e4637d3 | Joshua Spence | `pht` all the things | May 12 2015 | |||
aaee4009e20d | Joshua Spence | Various linter fixes | Apr 13 2015 | |||
3d31d3874f1b | epriestley | Support an explicit connection timeout parameter for database connections | Dec 8 2014 | |||
0135e57181a9 | epriestley | Assume utf8mb4 support | Nov 7 2014 | |||
b7c05df35726 | epriestley | Quiet utf8mb4 warnings when establish MySQL connections | Oct 2 2014 | |||
29136aa2b421 | epriestley | Make libphutil compatible with utf8mb4 | Oct 1 2014 | |||
2d546f2e2fea | Joshua Spence | Rename base MySQL database connection class | Sep 6 2014 | |||
a1d4247c6bb3 | Joshua Spence | Rename `AphrontQueryException` subclasses | Aug 5 2014 | |||
ed335c485c0a | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
32f1dad1f4e5 | Joshua Spence/epriestley | Change double quotes to single quotes. | May 18 2014 | |||
48c7a9adfe39 | Joshua Spence/epriestley | Made the `AphrontWriteGuardExitEventListener` class final. | Feb 26 2014 | |||
5a9002ebed4f | epriestley | Change "%s" in qsprintf to exclude non-BMP characters | Feb 24 2014 | |||
14a4ec0474e2 | epriestley | Minor connection adjustments for edge cases; connecting to "localhost" exactly… | Jul 15 2013 | |||
962c3177a5f3 | Levi Jackson/epriestley | Respect "port" in database connection configuration. | Jul 15 2013 | |||
ff98fffd1396 | epriestley | Allow UNION queries to be detected as reads for CRSF purposes | Jul 3 2013 | |||
15879abc4919 | Gareth Evans/epriestley | Shut down active write guard on exit | Jun 30 2013 | |||
810fe3a8bf15 | Joel Seligstein/epriestley | Add a simple interface to abstract database escaping from aphront | Jun 4 2013 | |||
abcbd8dc7fe4 | Jakub Vrana | Re-execute multi-queries if some query fails | May 11 2013 | |||
dbb1041f6b67 | Jakub Vrana | Allow comments in multi queries | May 10 2013 | |||
93fa62a55d54 | vrana | Fix problems with QueryFuture in HPHP | Feb 21 2013 | |||
17f4c313e34d | Jakub Vrana | Introduce QueryFuture | Feb 21 2013 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
8142ed86f8d8 | vrana | Don't treat START TRANSACTION as part of the transaction | Aug 15 2012 | |||
d0b52ce31e13 | epriestley | Fix an issue where closed connections are retained in a zombie state by PHP | Jul 26 2012 | |||
683e3e7bdbe9 | epriestley | Move AphrontConnection to libphutil | Jul 24 2012 | |||
bad9b4233ba9 | epriestley | Move AphrontWriteGuard to libphutil | Jul 24 2012 | |||
5504611fab7e | epriestley | Move all storage/db/web stuff to Differential. | Jan 16 2011 | |||
c090dad6b914 | epriestley | Add @group tags so Diviner can at least organize libphutil. | Jan 15 2011 | |||
edb2a98785a6 | epriestley | Rewrite phutil symbol management to be more sane and not leave random dangling… | Jan 13 2011 | |||
e87d691ce642 | Craig Fratrik | minor variable naming correction | Jan 11 2011 | |||
bd01f08a9e76 | epriestley | Fix some aprhont silliness. | Jan 10 2011 | |||
83a2cee1e4d9 | epriestley | Bring aphront into libphutil. | Jan 10 2011 |
c4science · Help