| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-15 | the result of the construct | plunky | |
| #define FOO defined(BAR) #if FOO [conditional code] #endif is "undefined", according to C99 6.10.1 note 4. So, change code like that to use the following paradigm #if defined(BAR) #define FOO 1 #else #define FOO 0 #endif #if FOO [conditional code] #endif | |||
| 2012-07-22 | Merge IPFilter 5.1.2 into HEAD | darrenr | |
| 2012-03-23 | apply our changes. | christos | |
| - prototypes - ip_h323_pxy.c is missing from the distribution - original tar distribution is missing <$>Id values in most files | |||
| 2012-03-23 | import kernel portion of ipfilter 5.1.1 | christos | |
