History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
821cad811383 | epriestley | Add `msortv()`, a stable, well-behaved sort method | Mar 6 2016 | |||
ece08d9d1300 | epriestley | Add a constant-time string comparison function to defuse timing and type… | Sep 2 2015 | |||
55f554b618b9 | Joshua Spence | Various linter fixes | Aug 6 2015 | |||
3753a09dfc7e | epriestley | Provide phutil_json_encode() | Jul 7 2015 | |||
211230ced9ca | Joshua Spence | Use `__CLASS__` instead of hardcoding class names | May 13 2015 | |||
13899e4637d3 | Joshua Spence | `pht` all the things | May 12 2015 | |||
04f81f9d9e66 | Joshua Spence | Add a `phutil_fnmatch` function | Jan 28 2015 | |||
2acdbcbd19ef | Joshua Spence | Add a `phutil_ini_decode` function | Jan 28 2015 | |||
9853eacf937a | Joshua Spence | Don't export keys for non-associative arrays | Jul 21 2014 | |||
b01ea402d92a | Joshua Spence | Refactor `phutil_var_export` | Jul 21 2014 | |||
73e439817947 | Joshua Spence | Minor changes to `phutil_var_export` | Jul 16 2014 | |||
cf35a8143985 | Joshua Spence | Add a `phutil_var_export` function | Jul 14 2014 | |||
ed335c485c0a | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
aaf34fb75a84 | Joshua Spence | Modify `phutil_json_decode` to use `PhutilJSONParser`. | Jun 20 2014 | |||
195a5f93c043 | epriestley | Throw when passing array_mergev() non-array items | May 20 2014 | |||
32f1dad1f4e5 | Joshua Spence/epriestley | Change double quotes to single quotes. | May 18 2014 | |||
44faddd048df | epriestley | Censor URI credentials in CommandException summaries | Mar 15 2014 | |||
4c7b876e5ad8 | Joshua Spence/epriestley | Utilize `assertFalse` and `assertTrue` methods. | Mar 9 2014 | |||
d79b8c385643 | epriestley | Add phutil_json_decode(), for convenience | Feb 27 2014 | |||
57d568ab3cbf | epriestley | Implement a basic `phutil_units()` function for writing "30 days in seconds"… | Feb 3 2014 | |||
2c4c0f4d03b9 | epriestley | Add some utilities for dumping Channel transcripts to a logfile | Nov 12 2013 | |||
d00dce1aba98 | epriestley | Fix some lint warnings in libphutil | Jun 5 2013 | |||
5de7b7b9f44d | Afaque Hussain/epriestley | Asserting that data to be written is string like | Feb 19 2013 | |||
043891e59a66 | epriestley | Apply lint rules to libphutil | Feb 19 2013 | |||
f942559d50ea | epriestley | Add some test cases for implode() + array_interleave(). | Jan 29 2013 | |||
f5a962181a42 | epriestley | Provide array_interleave() | Jan 29 2013 | |||
a8b619f395de | epriestley | Implement `array_fuse()` | Jan 26 2013 | |||
779f1f195cef | vrana | Allow asserting instances of array | Jan 12 2013 | |||
b913346beb83 | epriestley | Fix some libphutil lint warnings | Nov 22 2012 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
4e6dd9cc54d5 | epriestley | Stop treating "\r" as a newline | Oct 20 2012 | |||
d164d967f8f8 | vrana | Link libphutil test cases | Sep 8 2012 | |||
2281895c5d74 | epriestley | Add phutil_split_lines() for \r/\r\n/\n-aware line explosion | Sep 6 2012 | |||
38b9380b9e76 | vrana | Micro-optimize idx() | Jun 8 2012 | |||
f3ffae32ea97 | Koolvin | minor, added unit_test, and type hinting | Apr 9 2012 | |||
76b55cfc8058 | epriestley | Fix reuse of locals as iterators in libphutil | Mar 29 2012 | |||
c90fb32461c9 | epriestley | Fix array_mergev() semantics when passed an empty array | Feb 22 2012 | |||
97102d64c0cd | epriestley | Mark all final-izable classes in libphutil as 'final' | Jan 30 2012 | |||
a1c4bf03de98 | epriestley | Add some utf-8 building blocks to libphutil | Jun 24 2011 | |||
f271f24ba39d | epriestley | Add array_mergev() and remove some drafts. | May 15 2011 | |||
c41c0cb2fb0f | epriestley | Mitigate a UTF8 ish. | Apr 7 2011 | |||
f17e40933d17 | epriestley | phutil_utf8ize() for pathetically slow utf8 sanitization. | Mar 22 2011 | |||
a0d774612036 | jungejason | Add function mfilter and ifilter. | Mar 21 2011 |
c4science · Help