index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ical.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright ranges
Lukas Fleischer
2016-01-30
1
-1
/
+1
*
Support todo items with an undefined priority
Lukas Fleischer
2016-01-18
1
-9
/
+4
*
Use a separate field for the completed status
Lukas Fleischer
2016-01-18
1
-11
/
+7
*
Export item UIDs upon request
Lukas Fleischer
2016-01-15
1
-16
/
+51
*
ical: Handle items without an end date gracefully
Lukas Fleischer
2016-01-13
1
-16
/
+17
*
ical: Refactor item date/time parser
Lukas Fleischer
2016-01-13
1
-10
/
+8
*
Reimplement ical_unformat_line() using dynamic strings
Lukas Fleischer
2016-01-13
1
-22
/
+10
*
ical: Export completed todo items properly
Lukas Fleischer
2016-01-13
1
-3
/
+6
*
ical: Honor completed status of todo items
Lukas Fleischer
2016-01-13
1
-0
/
+5
*
Add --list-imported command line option
Lukas Fleischer
2016-01-13
1
-20
/
+54
*
ical.c: Small refactoring
Lukas Fleischer
2015-02-25
1
-15
/
+10
*
Use time_t instead of long in several places
Lukas Fleischer
2015-02-24
1
-18
/
+12
*
ical.c: Reduce nesting depth
Lukas Fleischer
2015-02-24
1
-318
/
+257
*
Introduce starts_with() and starts_with_ci()
Lukas Fleischer
2015-02-24
1
-84
/
+31
*
Add support for UTC times in iCal imports
Lukas Fleischer
2015-02-23
1
-8
/
+13
*
Update copyright ranges
Lukas Fleischer
2015-02-07
1
-1
/
+1
*
Correctly parse all types of iCal durations
Lukas Fleischer
2014-08-18
1
-5
/
+14
*
Gracefully handle all day events in iCal imports
Lukas Fleischer
2014-08-18
1
-11
/
+24
*
Handle CRLF line endings in iCal files
Lukas Fleischer
2014-08-18
1
-4
/
+12
*
ical.c: Parse multiple exception rules properly
Lukas Fleischer
2014-07-28
1
-1
/
+1
*
ical.c: Simplify and fix ical_durtime2long()
Lukas Fleischer
2014-07-28
1
-20
/
+15
*
ical.c: Remove newlines from item summaries
Lukas Fleischer
2014-07-08
1
-6
/
+12
*
Use tabs instead of spaces for indentation
Lukas Fleischer
2013-04-14
1
-772
/
+880
*
Fix braces in if-else statements
Lukas Fleischer
2013-02-17
1
-17
/
+23
*
Merge branch 'maint'
Lukas Fleischer
2013-02-04
1
-1
/
+1
|
\
|
*
Update copyright ranges
Lukas Fleischer
2013-02-04
1
-1
/
+1
*
|
Use strncasecmp() for case-insensitive comparison
Lukas Fleischer
2013-01-30
1
-30
/
+22
|
/
*
Fix two enumeration types in function signatures
Lukas Fleischer
2012-12-06
1
-1
/
+1
*
Use integers rather than floats everywhere
Lukas Fleischer
2012-07-10
1
-16
/
+15
*
Switch to Linux kernel coding style
Lukas Fleischer
2012-05-21
1
-818
/
+653
*
Declare several parameters/variables constant
Lukas Fleischer
2012-05-08
1
-1
/
+1
*
Mark several functions static
Lukas Fleischer
2012-04-20
1
-1
/
+1
*
Revert a bunch of strncmp() conversions
Lukas Fleischer
2012-03-30
1
-22
/
+22
*
Update copyright ranges
Lukas Fleischer
2012-03-26
1
-1
/
+1
*
Get rid of string structures
Lukas Fleischer
2012-03-12
1
-50
/
+50
*
Use strcmp() instead of strncmp()
Lukas Fleischer
2012-03-12
1
-22
/
+22
*
Remove all usages of bzero() and bcopy()
Lukas Fleischer
2012-02-19
1
-6
/
+6
*
Fix up strncat() usage
Lukas Fleischer
2012-02-18
1
-2
/
+1
*
Don't chomp on error in ical_readline_init()
Lukas Fleischer
2012-02-18
1
-4
/
+6
*
Split note file generation into separate function
Lukas Fleischer
2012-01-17
1
-12
/
+3
*
Break out different import/export formats
Lukas Fleischer
2012-01-07
1
-0
/
+1263