1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement convenience property accessors. More... over 17 years ago
Implement convenience functions to test whether the service record has a resolved name or addresses without needing to get and free a result. More... over 17 years ago
Run gdb through an expect script, so we can recover when it gets messed up. More... over 17 years ago
Implement file and TCP connect events. More... over 17 years ago
Implement flow_unref_and_free_object_list() utility function. More... over 17 years ago
Actually return the service's name, not NULL. More... over 17 years ago
Code readability fix. More... over 17 years ago
Code readability fix. More... over 17 years ago
Conform to GNOME SVN MAINTAINERS format. More... over 17 years ago
Lower priority for valgrind stress tests. More... over 17 years ago
Sync todo list. More... almost 18 years ago
Dist gtk-doc.make. Enable gtk-doc on distcheck. More... almost 18 years ago
Sync docs. More... almost 18 years ago
Code cleanup. More... almost 18 years ago
Update unit test to do hostname resolution. Add some more test output. Free the "bad loopback service" on exit. More... almost 18 years ago
Adapt to context management API changes. Sort IP result list so IPv4 addresses come before IPv6. More... almost 18 years ago
Require the API user to provide the GMainContext to dispatch in, not just the thread. The previous method could not be made thread-safe. More... almost 18 years ago
flow_shunt_impl_connect_to_tcp (): Clear the socket address buffer before use. flow_shunt_impl_open_tcp_listener (): Don't mess with passed-in service. More... almost 18 years ago
When a service has been resolved, try to restart the data flow so we don't stall. Pass the correct data arg to signal disconnection. More... almost 18 years ago
If the local address is unresolved, try to look it up before binding. More... almost 18 years ago
Add a threadsafety FIXME. More... almost 18 years ago
Finish flow_tcp_io_connect_by_name (). Finish flow_tcp_io_sync_connect_by_name (). Don't force a stream-begin before a stream-end - it would produce a bogus stream-begin in some situations. More... almost 18 years ago
Fix bug that prevented us from detecting failed runs. More... almost 18 years ago
Add option to suspend the process on error instead of exiting/aborting. Store result code in global variable before exiting/aborting/suspending. More... almost 18 years ago
Add stress tests that run under valgrind. More... almost 18 years ago
Rely on bins to connect the replacement elements. More... almost 18 years ago
Use the new element insertion functions, so we don't rely on the pipeline being connected a certain way. When the TLS protocol is replaced, take over the connections from the previous element. More... almost 18 years ago
When the user adapter is replaced, take over the previous element's connections. More... almost 18 years ago
Don't try to process input if input pad has no packet queue pending. More... almost 18 years ago
The FlowTcpIO will do the job of replacing the connected element for us now. More... almost 18 years ago