openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Axl library
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
23 days
ago. based on code collected
23 days
ago.
Jan 28, 2024 — Jan 28, 2025
Showing page 31 of 120
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
turbulence: * [fix] Minor updates due to vortex internal changes. Updated regression test to allow selecting which test to run.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Fixed bug that was causing vortex to lock forever in the case a vortex_connection_close call is issued and a wrong reply or connection lost happens at the right time when the vortex reader was calling to vortex_frame_get_next and in the case this function was the first to detect a connection failure. Added regression test test_01s1.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Removed code not required at vortex reader which was commented out previously.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Finished initial working support to pause/cancel a payload feeder transfer.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] More updates to support payload feeder cancelling/pausing. Removed vortex_payload_feeder_cancel since it provides same function as pause. Still more work is required.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Web updates to include cybiet and cybex references.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] More updates on adding support to cancel or pause payload feeder transfers.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Updated internal call vortex_payload_feeder_is_finish to avoid requiring ctx (which is now provided by the feeder itself).
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] More updates on adding support to cancel and pause feeder.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Updating release..
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Fixed funny bug that was causing to crash mime processing when channel complete flag was disabled and the latest frame do not contains a \n or \r\n causing an internal iterator to read memory not allowed. Reported by Ralf Konush.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Fixed test_01-r which was finishing a connection twice.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Minor modifications.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Fixed compilation warnings for test_00d under 32bit platforms.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Making SEQ frame generation to use vortex_frame_build_header to improve performance.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Updating vortex-file-transfer-client.c to include an ellapsed time for the transfer.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] General updates applied to vortex_frame_build_up_from_params_s_buffer to avoid using axl_stream_printf_buffer which is too heavy, replacing that call with vortex_frame_build_header which implements the same operation but consuming 40% less time.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Updating some calls to axl_new replaced by malloc to avoid memset stuff at channel and thread pool module.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] More updates to move internal variables used by vortex_frame_get_next to track status that were using vortex_connection_set/get_data.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] VortexConnection internal implementation updates to use seq_frames_disabled and pre_accept_handler internal variables instead of storing them into the vortex connection data hash.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Making internal content allocation for vortex_frame_get_next to use malloc (instead of calloc) to improve performance (by not calling to memset) which is not required since the function returns complete and checked frames.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Removed not required debug message at __vortex_frame_get_next_id.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Updated vortex_frame_readline implementation to avoid using vortex_connection_get_data to store half read lines but to use a fixed pointer stored associated into the connection. Code updated to not require using memset (0).
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Moved VortexConnection object definition to vortex_connection_private.h so it can be used internally from other vortex modules. Updated definition to include reader_unwatch and initial_accept to avoid using vortex_connection_get_data to check those values.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Minimal updates to vortex-file-transfer-server.c to allow selecting the file to serve.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Some updates to make vortex-file-transfer-server.c to be able to read binary files on windows platform.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Removing reply_processed code from vortex channel which is now no longer required. Flagged vortex_channel_flag_reply_processed as deprecated. Checked regression test. Everything ok.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Adding additional #if #endif conditionals to remove debug code that won't be run because it is behind of vortex_log_is_enabled and similar functions.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] More updates to remove vortex cbuffer.
Francis Brosnan Blázquez
More...
about 14 years ago
libvortex-1.1: * [fix] Removing all references to VortexCBuffer.
Francis Brosnan Blázquez
More...
about 14 years ago
←
1
2
…
27
28
29
30
31
32
33
34
35
…
119
120
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree