Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
liboop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Magnus Holmgren
liboop
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
from-lyskom
Select Git revision
Branches
4
autoupdate
from-lyskom
master
default
read-notnul-missing-deref
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jun
14
Nov
5
4
7
Sep
21
Apr
14
27
Oct
26
25
7
Sep
7
Aug
18
Jul
16
14
4
May
12
Jan
3
31
Dec
5
4
Oct
24
Sep
13
Jul
23
Apr
22
Mar
15
Dec
5
24
Sep
20
18
10
29
Jun
3
25
Mar
12
Dec
3
26
Nov
18
12
28
Oct
22
16
12
28
Aug
27
13
Jul
21
May
31
Jan
28
27
Dec
19
29
Oct
9
9
Aug
2
1
Modernize configure.ac
autoupdate
autoupdate
Fix missing dereference - bug with OOP_RD_NUL_DISCARD
read-notnul-mis…
read-notnul-missing-deref
Merge branch 'holmgren/liboop-master'
master
master
Update package and library versions.
gitignore configure, libtool, and compilation/linking output.
Include <string.h> to get rid of a warning on AIX 4.3.
Add flag for using SA_RESTART.
(use_sa_restart): New static variable.
from-lyskom
from-lyskom
(oop_sys_run): Added a few assertions to try to figure out why select
(sys_sig_owner): Added static qualifier. (use_sa_restart): New static variable. (sys_on_signal): Use SA_RESTART if use_sa_restart is true. (oop_sys_use_sa_restart): New function. (sys_on_fd): Require the callback to be non-NULL. (sys_on_time): Ditto. (sys_on_signal): Ditto.
gitignore configure, libtool, and compilation/linking output.
Include <string.h> to get rid of a warning on AIX 4.3.
Converted .cvsignore to .gitignore.
Explicitly link test-oop with all the libraries that the adapter libraries use
Make configure.ac recognize BSD and Hurd.
Old oop-read.h bugfixes from Ian Jackson
test-oop.c (add_readline): Fix casts for modern readline.
Add glib-2.0 dependency
Add pkg-config files
Use libwww-config
Make the build more robust, and allow packages to be disabled
Patch for compile errors, from CDS
Add reverse lookup capability, patch from /ceder
More fixes from Cederqvist
fix from Cederqvist
Fixes from Per Cederqvist
More glib2 fixes from Lennart Poettering
Bug fix from zsteva
Fix build for glib2, etc.
Automatically generated
Start supporting glib 2.0
Minor build issues
Compatibility fixes, fruitbat updates
Fix bugs 211, 210
fixes to RJKs valgrind errors
Changes to make cross compiling happier
Deal with absence of SA_NODEFER
Update for autoconf 2.50; make gkinfo not take so long
Add header for memcpy
Survive EINTR
Loading