/net-mgmt/net-snmp/

/'>index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/libical
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1_92_0'.V1_92_0nobody2002-03-10587-64278/+0
* added libicalvcal.Damon Chaplin2002-02-093-1/+8
* major changes to support RRULE/EXRULE, VALARMS and several otherDamon Chaplin2002-02-076-87/+1268
* Skip over illegal whitespace in Microsoft-generated BYDAY rules.Dan Winship2002-01-292-10/+12
* removed unused 'trigger:' production.Damon Chaplin2001-12-193-7/+9
* if all we have is the TZID, see if it is one of our TZIDs and if so getDamon Chaplin2001-12-112-1/+25
* initialize the builtin timezones, to ensure that the TZID of the UTC zoneDamon Chaplin2001-11-142-0/+11
* use MAX_LINE_LEN rather than magic numbers all over the place.Damon Chaplin2001-10-312-3/+11
* had to redo the folding code since Outlook 2000 doesn't like parameterDamon Chaplin2001-10-312-32/+86
* forgot to account for the spaces added, so it could have been writing overDamon Chaplin2001-10-312-4/+16
* Regenerated all VTIMEZONEs, to be compatable with Outlook Web Access. TheyDamon Chaplin2001-10-30378-20983/+1035
* renamed the library to libical-evolution.la, install ical.h intoDamon Chaplin2001-10-307-24/+104
* added function to get a reasonable name to display for the timezone.Damon Chaplin2001-10-283-1/+31
* Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAMEDamon Chaplin2001-10-262-0/+14
* use sizeof(test_array) for the memset call. It was clearing 9 bytes butDamon Chaplin2001-10-242-1/+7
* added a few new timezonesDamon Chaplin2001-10-235-0/+411
* updated all files again, placing current RDATEs first, so Outlook usesDamon Chaplin2001-10-23319-15113/+15252
* don't free the parameterJP Rosevear2001-10-202-1/+5
* Assign with `=', not `+='.Ettore Perazzoli2001-10-062-2/+6
* Fix the libical-related part of Ximian bug #7892.Federico Mena Quintero2001-09-274-8/+21
* free the temp dup'd string.Larry Ewing2001-09-203-4/+16
* Generate an ICAL_ATTACH_VALUE value from the string.Federico Mena Quintero2001-09-122-2/+18
* strdup the result of the first call to ical_component_as_ical_string()Damon Chaplin2001-09-112-6/+27
* Replace struct icalattachtype by an opaque icalattach that is properlyFederico Mena Quintero2001-09-1111-125/+249
* pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), notDamon Chaplin2001-09-073-6/+43
* updated all of the VTIMEZONE files to try to be more compatable withDamon Chaplin2001-09-01375-3652/+1025
* Remove src/python/Makefile and src/test/Makefile.Ettore Perazzoli2001-08-232-2/+4
* Dequote the same characters that we know how to quote inFederico Mena Quintero2001-08-172-12/+34
* removed some debugging messages.Damon Chaplin2001-08-022-38/+4
* changed the debugging message to avoid a crash on non-glibc boxes. (UsingDamon Chaplin2001-07-312-1/+8
* copy the TZID just in case the property we got it from gets modified.Damon Chaplin2001-07-316-22/+71
* call pvl_next on i rather than itr.iterJP Rosevear2001-07-272-1/+6
* if from_zone is NULL (i.e. it is a floating time), just return.Damon Chaplin2001-07-272-3/+8
* accept an icaltimezone* of NULL for all the public functions, since NULLDamon Chaplin2001-07-262-1/+26
* if the property contaiJP Rosevear2001-07-262-0/+16
* pass extra param to icalparser_get_next_char (icalparser_get_next_char):JP Rosevear2001-07-242-26/+43
* changed so it doesn't use mktime(). We are having problems becauseDamon Chaplin2001-07-242-17/+28
* do not strdup a NULL (valid) timezoneJP Rosevear2001-07-182-6/+14
* return NULL if we couldn't find the LOCATION.Damon Chaplin2001-07-173-9/+26
* Add the COMBINEDHEADERS here and remove the EXTRA_DIST. This fixesPeter Williams2001-07-122-4/+17
* only create the timezones array when we need to, and make sure we freeDamon Chaplin2001-07-124-15/+91
* don't convert DATE values.Damon Chaplin2001-07-114-42/+107
* forgot to compile before committing. Idiot.Damon Chaplin2001-07-10