message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
Merge fix
|
Corrective
|
Moved stuff around and refactored RTMPS
|
Perfective
|
Mods for RTMPS debugging
|
Corrective
|
Tomcat8 support is added
|
Adaptive
|
Added el-api for jsp EL support
|
Adaptive
|
changed scope for executor from prototype to singleton: thread pools shared by all connections
|
Perfective
|
Merge pull request #104 from maritelle/connection-task-executors Changed scope of connection task executors
|
Other
|
Merge pull request #99 from esasse/patch-1 Removes Google Code link
|
Other
|
Updated jdoc links
|
Administrative
|
Updated tomcat plugin
|
Perfective
|
and added embed el impl
|
Adaptive
|
Servlet-api matching with tomcat is used, empty 'tomcat.8080' is not created, code clean-up
|
Perfective
|
Merge pull request #112 from solomax/masterServlet-api matching with tomcat is used, empty 'tomcat.8080' is not …
|
Other
|
Updated version
|
Perfective
|
Moved and refactored war deployer service, now its in tomcat plugin
|
Perfective
|
Fixed circular dep in jee-container.xml
|
Corrective
|
Added configuration for rtmp connection tweaks
|
Adaptive
|
redundant jboss block is removed
|
Perfective
|
Merge pull request #114 from solomax/patch-5 redundant jboss block is removed
|
Other
|
Fixed remote connection to use new stream ids
|
Corrective
|
Added removal of star prefix on mp4 requests
|
Adaptive
|
Quartz version is updated
|
Perfective
|
Modified pom adding profile for milestone assembly
|
Perfective
|
Added milestone build instruction;
|
Adaptive
|
removed demos text
|
Perfective
|
Modified assembly to prevent -server suffix in tarball and zip
|
Perfective
|
Fix for issue #121
|
Corrective
|
commons-collections version is bumped
|
Perfective
|
to have the latest security fix
|
Corrective
|
Merge pull request #124 from solomax/patch-7 commons-collections version is bumped
|
Other
|
Updated deps
|
Perfective
|
Updated Tomcat to 8.0.29. Updated Tomcat plugin to fix concurrent loading of the apps on startup. Fix other small items and formatting.
|
Perfective
|
Added the chat room
|
Adaptive
|
Debugging RTMPS; Refactored connection handling.
|
Perfective
|
Updated copyright year.
|
Administrative
|
Adjusted launch scripts
|
Perfective
|
Fixing squid:S2259: Null pointers should not be dereferenced
|
Corrective
|
Fixing squid:S2583: Conditions should not unconditionally evaluate to 'TRUE' or to 'FALSE'. Fixing squid:S2095: Resources should be closed
|
Corrective
|
Merge pull request #135 from DevFactory/Null-pointers-should-not-be-dereferenced Fixing squid:S2259: Null pointers should not be dereferenced
|
Other
|
Reverted changes to FilePersistence since it was a false positive
|
Perfective
|
Fixing squid:S2275: Printf-style format strings should not lead to unexpected behavior at runtime
|
Corrective
|
Debugging handshake, fixed key hashing error
|
Corrective
|
Continued debugging of server side of the handshake
|
Corrective
|
Clients can connect, but there is still something wrong somewhere
|
Corrective
|
Merge pull request #137 from DevFactory/Conditions-should-not-evaluate-to-true-fix-1 Fixing squid:S2583: Conditions should not unconditionally evaluate to 'TRUE' or to 'FALSE'
|
Other
|
Merge pull request #141 from DevFactory/public-static-fields-should-be-constant Fixing squid:S1444 :'public static' fields should be constant
|
Other
|
Update version to 1.3.29. Refactor RTMP packet handling, remove extra threading, move handler into callable.
|
Perfective
|
Fixed an issue related to a PR that was merged
|
Corrective
|
Dependencies were cleaned up
|
Perfective
|
Inbound handshake is fixed
|
Corrective
|
RTMP handshake is fixed
|
Corrective
|
Trying out a cname file for trac links
|
Adaptive
|
Fixed rtmps (native)
|
Corrective
|
Performed some clean up and refactoring. Disabled sysout4log.
|
Perfective
|
Attempting to fix hanging when rtmpt connects
|
Corrective
|
Update Readme.md
|
Administrative
|
Fixed MP4 issue with start frame
|
Corrective
|
Added maven plugin versions back into pom.
|
Adaptive
|
Fixed indentation in xml. Modified appadapter to use semaphore instead of sync
|
Perfective
|
Moved connected state processing to end of handshake state to catch and process extra bytes (connect message)
|
Perfective
|
Modified while debugging AMF decoding
|
Corrective
|
Eclipse html warnings are fixed
|
Corrective
|
Maven warnings 'The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible' are fixed
|
Corrective
|
Merge pull request #148 from solomax/master Minor fixes
|
Other
|
Debugging decode of packets.
|
Corrective
|
Fixed javadoc
|
Administrative
|
maven-compiler-plugin version is updated
|
Perfective
|
Added missing plugin
|
Adaptive
|
Added contributing doc and eclipse formatter. Updated readme.
|
Administrative
|
Fixed tomcat issue caused by upgrade to 8.0.32
|
Corrective
|
Added travis CI file
|
Adaptive
|
Removed the open jdks because the fail on getHostname
|
Corrective
|
Added button for TravisCI
|
Adaptive
|
Fixed button for TravisCI
|
Corrective
|
Added templates
|
Adaptive
|
Updated to use parent pom
|
Perfective
|
Add and update for reflection testing
|
Adaptive
|
Merge pull request #160 from georgekankava/release/overriding-methods-should-do-more-than-simply-call-the-same-method-in-the-super-class-fix-1 squid:S1185 - Overriding methods should do more than simply call the same method in the super class
|
Other
|
Added querystring capture onto the connection at publish and play
|
Adaptive
|
Merge pull request #162 from georgekankava/release/sections-of-code-should-not-be-ommented-out-fix-1 squid:CommentedOutCodeLine - Sections of code should not be commented out
|
Other
|
Cleaned up view
|
Perfective
|
Merge pull request #163 from georgekankava/release/the-diamond-operator-should-be-used-fix-1 squid:S2293 - The diamond operator ('<>') should be used
|
Other
|
Removed javadoc css
|
Administrative
|
separate configuration for maxReadBufferSize, bump version to 1.2.18
|
Perfective
|
Multiple code improvements: squid:S00105, squid:S1854
|
Perfective
|
Merge pull request #165 from solomax/master Deprecated calls and unused import are removed
|
Other
|
Merge pull request #164 from solomax/patch-11 duplicate inclusion of maven-jar-plugin is removed
|
Other
|
Multiple code improvements - squid:S1171, squid:S134, squid:S1066
|
Perfective
|
Merge pull request #168 from DevFactory/release/multiple-code-improvements-fix-2 Multiple code improvements - squid:S1171, squid:S134, squid:S1066
|
Other
|
Minor mods
|
Perfective
|
Fixed conflicts
|
Corrective
|
Added our base maven repo so the parent pom may be located
|
Adaptive
|
Set to M6 and added handling for fragmented handshake
|
Adaptive
|
Removed scripting support, it will live elsewhere
|
Perfective
|
Commit for new tag
|
Adaptive
|
Releases and maven details
|
Other
|
Incremented milestone to M9
|
Perfective
|
Working on handshake issue with ffmpeg 3
|
Corrective
|
Working on ffmpeg handshake
|
Adaptive
|
Added flag to allow unvalidated connections
|
Adaptive
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.