Age | Commit message (Expand) | Author | Files | Lines |
2011-11-03 | RPC: Do not return an error on 0 results | Lukas Fleischer | 1 | -1/+1 |
2011-11-02 | aurjson: add result count to JSON result | Dave Reisner | 1 | -5/+6 |
2011-10-24 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 1 | -2/+1 |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -4/+4 |
2011-09-23 | RPC: Coerce numeric values into integers | Lukas Fleischer | 1 | -0/+12 |
2011-09-23 | RPC: Provide out-of-date timestamp | Lukas Fleischer | 1 | -3/+2 |
2011-08-22 | RPC: Fix info queries when using package IDs | Lukas Fleischer | 1 | -1/+1 |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee | 1 | -1/+1 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 1 | -1/+1 |
2011-05-17 | add first submitted and last modified to rpc output | kachelaqa | 1 | -1/+2 |
2011-05-17 | add support for etag and conditional get (if-none-match) | elij | 1 | -1/+29 |
2011-04-16 | rpc: unify methods return (fixes FS#17597) | tuxce | 1 | -29/+19 |
2011-04-16 | rpc: introduce multiinfo query (fixes FS#17583) | Dan McGee | 1 | -1/+66 |
2011-04-16 | rpc.php: be a bit more consistent in query building | Dan McGee | 1 | -10/+10 |
2011-04-16 | rpc.php overhaul | Dan McGee | 1 | -69/+44 |
2011-04-13 | Don't allow dl() of json module | Dan McGee | 1 | -4/+0 |
2011-04-03 | Remove Dummy Package concept | Dan McGee | 1 | -2/+2 |
2011-02-01 | Drop PackageLocations table and references | Dan McGee | 1 | -1/+1 |
2011-01-28 | aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626). | Lukas Fleischer | 1 | -0/+1 |
2011-01-24 | Build URLs from package names (fixes FS#15308, FS#19327). | Lukas Fleischer | 1 | -4/+17 |
2010-11-10 | Add timestamp when a package is flagged out-of-date (FS#20848). | Lukas Fleischer | 1 | -1/+1 |
2009-10-23 | aurjson: Only return an error string if utf8_encode returns an empty string. | Loui Chang | 1 | -1/+1 |
2009-10-01 | Fix json info output. | Loui Chang | 1 | -1/+1 |
2009-09-28 | Add maintainer search to json interface. Closes FS#15947 | elij | 1 | -9/+37 |
2009-09-28 | fix content-type when sending jsonp | elij | 1 | -4/+8 |
2009-09-16 | Fix: FS#15526 non-UTF8 character in rpc output | Gergely Imreh | 1 | -0/+9 |
2009-09-14 | aurjson: Use call_user_func to call functions. | Loui Chang | 1 | -1/+1 |
2009-08-11 | Use include_once where applicable | Dan McGee | 1 | -2/+3 |
2009-06-25 | Remove excess whitespace.1.5.6.3 | Loui Chang | 1 | -1/+1 |
2009-04-13 | Remove author information from scripts. | Loui Chang | 1 | -4/+0 |
2009-03-04 | Add LocationID to returned fields in json interface. | Loui Chang | 1 | -1/+1 |
2009-02-15 | rpc: delay getting DB connection until absolutely necessary | Dan McGee | 1 | -3/+4 |
2009-01-23 | Return CategoryID from the json interface. | Loui Chang | 1 | -1/+1 |
2008-07-17 | Make JSON search return more information. | Loui Chang | 1 | -14/+20 |
2008-06-06 | Added AurJson query length limit. | eliott | 1 | -0/+4 |
2008-03-23 | One more json fix | Loui Chang | 1 | -1/+1 |
2008-03-23 | Fixed a couple more lingering JSON bugs | Loui Chang | 1 | -1/+1 |
2008-03-23 | Fixed operator precendence in aurjson | Simo Leone | 1 | -1/+1 |
2008-03-23 | Make JSON interface work | Simo Leone | 1 | -5/+10 |
2008-01-20 | Add notify column in search results and notify button | Callan Barrett | 1 | -1/+1 |
2008-01-20 | Modified to get details based on an exact package name, or based on a package... | eliott | 1 | -8/+19 |
2008-01-20 | Removed reference to 'safe' | eliott | 1 | -1/+1 |
2008-01-20 | Moved usage documentation out of the class. | eliott | 1 | -21/+1 |
2008-01-20 | Added AurJSON code. | eliott | 1 | -0/+145 |