summaryrefslogtreecommitdiff
path: root/applications/jpip
AgeCommit message (Expand)Author
2014-03-25[1.5] Import patch from bug trackerMathieu Malaterre
2014-03-18[1.5] Add a way for user to override source/target java versionMathieu Malaterre
2014-03-12[1.5] Prevent buffer overflow in openjpip codeMathieu Malaterre
2012-08-24[1.5] COMP: Fix warnings identified by clang31Mathieu Malaterre
2012-07-29[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSDMathieu Malaterre
2012-04-20[1.5] Need to compile/install tool to embed XML file in JP2 for jpip serverMathieu Malaterre
2012-04-19[1.5] jar files are arch independant. We can install them safely in shareMathieu Malaterre
2012-04-19[1.5] Add install rules for openjpip clientMathieu Malaterre
2012-03-16[1.5] Remove a simple warning reportMathieu Malaterre
2012-03-16[1.5] I think == was meant here.Mathieu Malaterre
2012-03-02[1.5] Remove a warning about undefined snprintf on windows compiler.Mathieu Malaterre
2012-03-02[1.5] Change the logic in byte_manager.h. Prefer the use of stdint.h when ava...Mathieu Malaterre
2012-03-02[1.5] Sync with trunk. Remove remainings bits of old Makefile based build systemMathieu Malaterre
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-01Fix a warning reported on the continuous dashboard for linux.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 encodingKaori 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 JFLAGSMathieu Malaterre
2012-02-16remove a warning about unused variableMathieu Malaterre
2012-02-14Make the code C90 compliant for VS2010Mathieu Malaterre
2012-02-14Work around issue with FindJava moduleMathieu Malaterre
2012-02-13Use C style comment.Mathieu Malaterre
2012-02-13[1.5] Need to include unistd for close() declarationMathieu Malaterre
2012-02-13By 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_INITMathieu 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 utilitiesKaori Hagihara
2012-02-06Make opj 1.5 use port 50000, which is not compatible with trunk. But compatib...Mathieu Malaterre
2012-02-06Re-build the jar files from the source code.Mathieu Malaterre
2012-02-06For some reason rev 1103 change the default port number, which breaks openjpi...Mathieu Malaterre
2012-02-01revert (svn merge -c -1368 ). It does break compilation on windowsMathieu Malaterre
2012-01-31revert commit 1357, it could break linkageVincent Torri
2012-01-30c-string are not writableMathieu Malaterre
2012-01-30Fix for strncasecmpMathieu Malaterre
2012-01-30Fix compilation with close and suchMathieu Malaterre
2012-01-30Remove unistd.h from win32 compilationMathieu Malaterre
2012-01-30Another fix for snprintfMathieu Malaterre
2012-01-30isblank is C99, not isspaceMathieu Malaterre
2012-01-30isblank is C99, not isspaceMathieu Malaterre
2012-01-30strncasecmp is C99Mathieu Malaterre
2012-01-30declarations after statement (C90)Mathieu Malaterre
2012-01-30As explained in the documentation cant be included multiple times.Mathieu Malaterre
2012-01-30Fix snprintf for M$ compilersMathieu Malaterre
2012-01-30fix declarationsMathieu Malaterre
2012-01-30declarations after statement (C90)Mathieu Malaterre
2012-01-30Another pass at getting this code to compile on windowsMathieu Malaterre
2012-01-30track all declarations after statement for C90 compilers (VS2005)Mathieu Malaterre