aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle empty propstat by sending falseJames Lal2013-01-281-2/+10
* utilize moz-chunked-text when given the optionJames Lal2013-01-091-8/+20
* don't hold onto .xhr in requestJames Lal2013-01-073-17/+7
* use progress eventsJames Lal2013-01-072-1/+9
* support for chunked responsesJames Lal2013-01-071-0/+25
* Merge pull request #6 from michalbe/error-handlerMichal Budzynski2012-11-094-7/+63
|\
| * error handlerMichal Budzynski2012-11-084-7/+63
* | fix etag handlerJames Lal2012-11-081-1/+1
* | browser buildJames Lal2012-10-101-2/+1
|/
* update ical.js for tests add commander.js as dev depJames Lal2012-10-102-3/+2
* replace templates with much improved query/filter interface. Update CalendarQ...James Lal2012-10-025-169/+17
* add appendString for adding arbitrary contentJames Lal2012-10-021-1/+1
* calendar-data/filter element builder (QueryBuilder)James Lal2012-10-021-0/+318
* added Caldav.Request.Asset for adding/deleting/updating single assetsJames Lal2012-09-303-2/+144
* use strict fixJames Lal2012-09-301-3/+0
* add #hasProp, #removeProp from Request.Propfind closes #4James Lal2012-09-191-0/+31
* decouple ical-js will resolve #5James Lal2012-09-197-4778/+55
* use strict fixesJames Lal2012-09-061-2/+7
* fix misc bugs update ical.jsJames Lal2012-09-063-61/+97
* etag handlerJames Lal2012-09-051-0/+1
* replace hasOwnProperty with Object.hasOwnProperty callsJames Lal2012-08-088-10/+11
* update ical.js fix 'use strict' errors in workersJames Lal2012-08-015-1259/+1465
* emit DAV:/response on sax for each responseJames Lal2012-07-261-0/+5
* ical.jsJames Lal2012-07-262-2/+4381
* Replace xhr auth with headers when using mozSystem, directly package sax.js, ...James Lal2012-07-231-0/+992
* xhr fixes for firefoxJames Lal2012-07-231-4/+23
* global xhr constructor options can now be set ( for system xhr in b2g)James Lal2012-07-202-3/+9
* defaults for calendar query will now return dataJames Lal2012-07-082-1/+14
* Hooking up calendar query to calendar resourceJames Lal2012-07-083-2/+9
* Fixed bug in resourcetype logic in Request.Resources. Refactored scripts/conn...James Lal2012-07-081-5/+9
* resources requestJames Lal2012-07-075-15/+85
* not going to use calendar detailsJames Lal2012-07-071-0/+0
* Calendar resource creationJames Lal2012-07-071-11/+73
* More complete parsing of calendar dataJames Lal2012-07-072-7/+51
* Initial mocking support for mock requestsJames Lal2012-07-062-7/+4
* home resolver now will return an object instead of just the urlJames Lal2012-07-061-1/+6
* Adding lightly tested calendar home resolverJames Lal2012-07-063-1/+127
* Reworked requests to take connection object and optionsJames Lal2012-07-063-24/+22
* remove consoleJames Lal2012-07-061-1/+0
* Adding connectionJames Lal2012-07-063-0/+101
* spec out calendar resourceJames Lal2012-07-061-0/+80
* add href handler to current-user-principalJames Lal2012-07-061-0/+1
* Add content typeJames Lal2012-07-061-0/+1
* webcals -> caldav rename (yes, back again)James Lal2012-07-0618-55/+54
* Revert "Revert "Hacks to get this working in browser""James Lal2012-07-061-2/+8
* Revert "Hacks to get this working in browser"James Lal2012-07-061-8/+2
* Hacks to get this working in browserJames Lal2012-06-281-2/+8
* Browser packagingJames Lal2012-06-275-0/+73
* Implemented test-agent, all tests pass node/browserJames Lal2012-06-273-4/+4
* working calendar queriesJames Lal2012-06-275-29/+68