| Age | Commit message (Expand) | Author |
| 2012-03-02 | [1.5] Fix a bunch of comparison between signed and unsigned integer expressio... | Mathieu Malaterre |
| 2012-03-01 | [1.5] Fix rev 1474, typo in the spelling. | Mathieu Malaterre |
| 2012-03-01 | [1.5] Apply big-endian patch from winfried: libopenjpeg and WORDS_BIGENDIAN, ... | Mathieu Malaterre |
| 2012-03-01 | Fix a warning reported on the continuous dashboard for linux. | Mathieu Malaterre |
| 2012-03-01 | [1.5] j2k_to_image does not support writing image with precision less than 8b... | Mathieu Malaterre |
| 2012-03-01 | [1.5] Fix a warning about conversion from const char* to char* | Mathieu Malaterre |
| 2012-02-29 | [1.5][JPIP] README modification regarding the JP2 encoding | Kaori Hagihara |
| 2012-02-28 | [1.5][JPIP] enabled the opj_server to reply the first query consisting with l... | Kaori Hagihara |
| 2012-02-17 | [1.5] allow mecanism to provide JFLAGS | Mathieu Malaterre |
| 2012-02-16 | remove a warning about unused variable | Mathieu Malaterre |
| 2012-02-14 | Make the code C90 compliant for VS2010 | Mathieu Malaterre |
| 2012-02-14 | Work around issue with FindJava module | Mathieu Malaterre |
| 2012-02-13 | Use C style comment. | Mathieu Malaterre |
| 2012-02-13 | [1.5] Need to include unistd for close() declaration | Mathieu Malaterre |
| 2012-02-13 | By default, openjpip client can still built even without java compiler. Print... | Mathieu Malaterre |
| 2012-02-13 | [1.5] Fix typo in CMAKE_USE_PTHREADS vs CMAKE_USE_PTHREADS_INIT | Mathieu Malaterre |
| 2012-02-13 | [1.5] Remove use of custom PTHREAD module. Prefer cmake's one. | Mathieu Malaterre |
| 2012-02-10 | [1.5][JPIP] added execution argument to set port number for opj_dec_server, o... | Kaori Hagihara |
| 2012-02-10 | [1.5][JPIP] fixed Doxygen configuration file to document the utilities | Kaori Hagihara |
| 2012-02-06 | Make opj 1.5 use port 50000, which is not compatible with trunk. But compatib... | Mathieu Malaterre |
| 2012-02-06 | Re-build the jar files from the source code. | Mathieu Malaterre |
| 2012-02-06 | For some reason rev 1103 change the default port number, which breaks openjpi... | Mathieu Malaterre |
| 2012-02-01 | revert (svn merge -c -1368 ). It does break compilation on windows | Mathieu Malaterre |
| 2012-01-31 | revert commit 1357, it could break linkage | Vincent Torri |
| 2012-01-30 | c-string are not writable | Mathieu Malaterre |
| 2012-01-30 | Fix for strncasecmp | Mathieu Malaterre |
| 2012-01-30 | Fix compilation with close and such | Mathieu Malaterre |
| 2012-01-30 | Remove unistd.h from win32 compilation | Mathieu Malaterre |
| 2012-01-30 | Another fix for snprintf | Mathieu Malaterre |
| 2012-01-30 | isblank is C99, not isspace | Mathieu Malaterre |
| 2012-01-30 | isblank is C99, not isspace | Mathieu Malaterre |
| 2012-01-30 | strncasecmp is C99 | Mathieu Malaterre |
| 2012-01-30 | declarations after statement (C90) | Mathieu Malaterre |
| 2012-01-30 | As explained in the documentation cant be included multiple times. | Mathieu Malaterre |
| 2012-01-30 | Fix snprintf for M$ compilers | Mathieu Malaterre |
| 2012-01-30 | fix declarations | Mathieu Malaterre |
| 2012-01-30 | declarations after statement (C90) | Mathieu Malaterre |
| 2012-01-30 | Another pass at getting this code to compile on windows | Mathieu Malaterre |
| 2012-01-30 | track all declarations after statement for C90 compilers (VS2005) | Mathieu Malaterre |
| 2012-01-30 | Fix compilation of C code. Remove warnings. | Mathieu Malaterre |
| 2012-01-30 | Fix a couple of warnings | Mathieu Malaterre |
| 2012-01-30 | trying to track issue with msgqueue_manager on win32. Use C-style comments | Mathieu Malaterre |
| 2012-01-30 | Remove unistd.h include | Mathieu Malaterre |
| 2012-01-30 | Remove include of unistd.h. non-existant on win32 | Mathieu Malaterre |
| 2012-01-28 | missing ws2_32 linking | Mathieu Malaterre |
| 2012-01-26 | [1.5] remove pthread dependency from jpip client utilities | Antonin Descampe |
| 2012-01-25 | fix libopenjpip link on Windows | Vincent Torri |
| 2012-01-25 | follow latest JPIP changes in the autotools side (pthread dependency, conditi... | Vincent Torri |
| 2012-01-25 | [1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff | Antonin Descampe |
| 2012-01-25 | Refactor code to split jpip client code from server side. | Mathieu Malaterre |