| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Ajax: use anchor tag for parsing urls" | Timmy Willison | 2016-01-06 | 1 | -33/+26 |
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 1 | -8/+9 |
* | Revert "Ajax: remove deprecated extensions from ajax promise" | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+6 |
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
* | Ajax: do not quote "throws" option - use dot notation instead | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -25/+58 |
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 1 | -3/+5 |
* | Ajax: remove deprecated extensions from ajax promise | Oleg Gaidarenko | 2015-02-17 | 1 | -6/+4 |
* | Ajax: $.post and $.get can now take an options object | George Mauer | 2015-01-11 | 1 | -2/+3 |
* | Ajax: use anchor tag for parsing urls | Ben Toews | 2014-12-11 | 1 | -21/+28 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -22/+8 |
* | Ajax: Fix for request aborted in ajaxSend | Dan Hart | 2014-11-01 | 1 | -0/+6 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -9/+20 |
* | Ajax: Add support comment and fix code style issue | Chris Antaki | 2014-07-13 | 1 | -0/+1 |
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 1 | -1/+2 |
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -7/+0 |
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -6/+5 |
* | Use charAt instead of string indexing for oldIE's sake. Fixes #14356. | Timmy Willison | 2013-09-12 | 1 | -1/+1 |
* | Match ordering in ajax with master. -3 bytes. | Timmy Willison | 2013-09-09 | 1 | -155/+155 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
* | Move parsing methods to their own files (separates manipulation dependency fr... | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -66/+16 |
* | Handles HEAD requests as if they always were 204. Fixes #13922. | Julian Aubourg | 2013-05-23 | 1 | -1/+1 |
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i... | Richard Gibson | 2013-04-17 | 1 | -23/+23 |
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -2/+2 |
* | Fixes #11151, #13388. Minor refactor of response conversion and when/where | jaubourg | 2013-02-28 | 1 | -41/+45 |
* | Optimisation: Use String instead of window.String. Close gh-1176. | Timo Tijhof | 2013-02-26 | 1 | -1/+1 |
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -14/+14 |
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ... | byroot | 2013-01-24 | 1 | -3/+8 |
* | Fixes awkward spacing | jaubourg | 2012-11-29 | 1 | -3/+2 |
* | Simplifies how url is kept devoid of anti-cache parameter for ifModified requ... | jaubourg | 2012-11-29 | 1 | -16/+16 |
* | Alias options.method to options.type. Fixes #12004. | Matt Farmer | 2012-11-28 | 1 | -0/+3 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -3/+3 |
* | No ticket: compress ajax. Close gh-1041. | Richard Gibson | 2012-11-25 | 1 | -282/+255 |
* | Uses an additive approach to generating anti-cache parameters rather than a t... | jaubourg | 2012-10-16 | 1 | -1/+3 |
* | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 1 | -1/+3 |
* | better, more maintainable version of the prefilters execution and transport s... | jaubourg | 2012-10-16 | 1 | -35/+20 |
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 1 | -3/+6 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -11/+8 |
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -1/+1 |
* | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
* | Calling load with null as the data parameter now properly issues a GET reques... | jaubourg | 2012-08-16 | 1 | -1/+1 |
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 1 | -1/+1 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
* | Extracts the serialization code from the ajax module so that alternative ajax... | jaubourg | 2012-07-13 | 1 | -160/+53 |
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -42/+39 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -3/+2 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |