Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: TODO

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « README.chromium ('k') | VERSION » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 TODO List 1 TODO List
2 2
3 1.4.1 3 1.4.1
4 4
5 - document which fields are in NBO/HBO, and check for consistency. 5 - document which fields are in NBO/HBO, and check for consistency.
6 6
7 - move HAVE_U_LONG_LONG inside of datatypes.c, or some other 7 - move HAVE_U_LONG_LONG inside of datatypes.c, or some other
8 separate file 8 separate file
9 9
10 - re-write configure.in to make cross-compilation easier 10 - re-write configure.in to make cross-compilation easier
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 Make rijndael_icm accept variable sized keys. 57 Make rijndael_icm accept variable sized keys.
58 58
59 Add rdbx functions that allow different-sized explicit sequence 59 Add rdbx functions that allow different-sized explicit sequence
60 numbers to be used. 60 numbers to be used.
61 61
62 Write uniform byte-buffering code for PRFs, preferably as macros. 62 Write uniform byte-buffering code for PRFs, preferably as macros.
63 63
64 Consider eliminating low-level alloc functions in favor of len() 64 Consider eliminating low-level alloc functions in favor of len()
65 functions, so that there need not be multiple allocations within a 65 functions, so that there need not be multiple allocations within a
66 particular alloc() function. 66 particular alloc() function.
OLDNEW
« no previous file with comments | « README.chromium ('k') | VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698