Changeset 49
- Timestamp:
- Nov 13, 2005 7:40:44 PM (19 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 304 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/include/pjlib-util.h
r33 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pjlib-util/md5.h> 2 23 #include <pjlib-util/scanner.h> -
pjproject/trunk/pjlib-util/include/pjlib-util/md5.h
r29 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJ_SCANNER_H__ -
pjproject/trunk/pjlib-util/include/pjlib-util/stun.h
r29 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #ifndef __PJ_STUN_H__ 2 23 #define __PJ_STUN_H__ -
pjproject/trunk/pjlib-util/include/pjlib-util/xml.h
r29 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/main.c
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include "test.h" 2 23 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include "test.h" 2 23 #include <pjlib.h> -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.h
r32 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pj/types.h> 2 23 -
pjproject/trunk/pjlib-util/src/pjlib-util-test/xml.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib-util/src/pjlib-util/md5.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib-util/src/pjlib-util/scanner.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/scanner.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/stun.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/stun.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/stun_client.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/stun.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/symbols.c
r33 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pjlib.h> 3 24 #include <pjlib-util.h> -
pjproject/trunk/pjlib-util/src/pjlib-util/xml.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib-util/xml.h> -
pjproject/trunk/pjlib/include/pj++/file.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_FILE_HPP__ -
pjproject/trunk/pjlib/include/pj++/hash.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_HASH_HPP__ -
pjproject/trunk/pjlib/include/pj++/list.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_LIST_HPP__ -
pjproject/trunk/pjlib/include/pj++/lock.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_LOCK_HPP__ -
pjproject/trunk/pjlib/include/pj++/os.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_OS_HPP__ -
pjproject/trunk/pjlib/include/pj++/pool.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_POOL_HPP__ -
pjproject/trunk/pjlib/include/pj++/proactor.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_PROACTOR_HPP__ -
pjproject/trunk/pjlib/include/pj++/scanner.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_SCANNER_HPP__ -
pjproject/trunk/pjlib/include/pj++/sock.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_SOCK_HPP__ -
pjproject/trunk/pjlib/include/pj++/string.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_STRING_HPP__ -
pjproject/trunk/pjlib/include/pj++/timer.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TIMER_HPP__ -
pjproject/trunk/pjlib/include/pj++/tree.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TREE_HPP__ -
pjproject/trunk/pjlib/include/pj++/types.hpp
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJPP_TYPES_HPP__ -
pjproject/trunk/pjlib/include/pj/addr_resolv.h
r18 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 -
pjproject/trunk/pjlib/include/pj/array.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ARRAY_H__ -
pjproject/trunk/pjlib/include/pj/assert.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ASSERT_H__ -
pjproject/trunk/pjlib/include/pj/compat/assert.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/assert.h $ -
pjproject/trunk/pjlib/include/pj/compat/cc_gcc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/cc_gcc.h $ -
pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/cc_msvc.h $ -
pjproject/trunk/pjlib/include/pj/compat/ctype.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/ctype.h $ -
pjproject/trunk/pjlib/include/pj/compat/errno.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_COMPAT_ERRNO_H__ -
pjproject/trunk/pjlib/include/pj/compat/high_precision.h
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #ifndef __PJ_COMPAT_HIGH_PRECISION_H__ -
pjproject/trunk/pjlib/include/pj/compat/m_alpha.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/include/pj/compat/m_i386.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_i386.h $ -
pjproject/trunk/pjlib/include/pj/compat/m_m68k.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h $ -
pjproject/trunk/pjlib/include/pj/compat/m_sparc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/include/pj/compat/malloc.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/malloc.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_linux.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_linux.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_linux_kernel.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_linux_kernel.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_palmos.h
r11 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/os_palmos.h $ -
pjproject/trunk/pjlib/include/pj/compat/os_sunos.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: $ -
pjproject/trunk/pjlib/include/pj/compat/os_win32.h
r14 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/os_win32.h $ -
pjproject/trunk/pjlib/include/pj/compat/rand.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/rand.h $ -
pjproject/trunk/pjlib/include/pj/compat/setjmp.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/setjmp.h $ -
pjproject/trunk/pjlib/include/pj/compat/size_t.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/size_t.h $ -
pjproject/trunk/pjlib/include/pj/compat/socket.h
r4 r49 2 2 * 3 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/socket.h $ 5 26 * -
pjproject/trunk/pjlib/include/pj/compat/sprintf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/compat/sprintf.h $ -
pjproject/trunk/pjlib/include/pj/compat/stdarg.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/stdarg.h $ -
pjproject/trunk/pjlib/include/pj/compat/stdfileio.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/stdfileio.h $ -
pjproject/trunk/pjlib/include/pj/compat/string.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/string.h $ -
pjproject/trunk/pjlib/include/pj/compat/time.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/time.h $ -
pjproject/trunk/pjlib/include/pj/compat/vsprintf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/compat/vsprintf.h $ -
pjproject/trunk/pjlib/include/pj/config.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/ctype.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_CTYPE_H__ -
pjproject/trunk/pjlib/include/pj/doxygen.h
r48 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_DOXYGEN_H__ -
pjproject/trunk/pjlib/include/pj/equeue.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_EQUEUE_H__ -
pjproject/trunk/pjlib/include/pj/errno.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_ERRNO_H__ -
pjproject/trunk/pjlib/include/pj/except.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/fifobuf.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/file_access.h
r18 r49 1 1 /* $Id */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #ifndef __PJ_FILE_ACCESS_H__ 3 24 #define __PJ_FILE_ACCESS_H__ -
pjproject/trunk/pjlib/include/pj/file_io.h
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #ifndef __PJ_FILE_IO_H__ 3 24 #define __PJ_FILE_IO_H__ -
pjproject/trunk/pjlib/include/pj/guid.h
r4 r49 1 1 /* $header: $ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 #ifndef __PJ_GUID_H__ -
pjproject/trunk/pjlib/include/pj/hash.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/ioqueue.h
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 -
pjproject/trunk/pjlib/include/pj/list.h
r18 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/list_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/lock.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJ_LOCK_H__ -
pjproject/trunk/pjlib/include/pj/log.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/os.h
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/pool.h
r18 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/pool_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/rand.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/rand.h $ -
pjproject/trunk/pjlib/include/pj/rbtree.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/sock.h
r12 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/sock_select.h
r11 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/include/pj/sock_select.h $ -
pjproject/trunk/pjlib/include/pj/string.h
r43 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/string_i.h
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjlib/include/pj/timer.h
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* (C)1993-2003 Douglas C. Schmidt -
pjproject/trunk/pjlib/include/pj/types.h
r18 r49 1 /* $Id$ 2 * 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 -
pjproject/trunk/pjlib/include/pjlib++.hpp
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJLIBPP_H__ -
pjproject/trunk/pjlib/include/pjlib.h
r32 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJLIB_H__ -
pjproject/trunk/pjlib/src/pj/addr_resolv_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/addr_resolv.h> -
pjproject/trunk/pjlib/src/pj/addr_resolv_sock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/addr_resolv.h> -
pjproject/trunk/pjlib/src/pj/array.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/array.h> -
pjproject/trunk/pjlib/src/pj/compat/sigjmp.c
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #include <pj/config.h> -
pjproject/trunk/pjlib/src/pj/compat/string.c
r4 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 2 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 22 */ 4 23 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pj/config.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/config.h> -
pjproject/trunk/pjlib/src/pj/equeue_winnt.c
r6 r49 1 1 /* $Id$ 2 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 */ 3 24 #include <pj/equeue.h> -
pjproject/trunk/pjlib/src/pj/errno.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/except.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/except.h> -
pjproject/trunk/pjlib/src/pj/extra-exports.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/src/pj/fifobuf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/fifobuf.h> -
pjproject/trunk/pjlib/src/pj/file_access_unistd.c
r19 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_access.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_access_win32.c
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_access.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_io_ansi.c
r36 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_io.h> 3 24 #include <pj/assert.h> -
pjproject/trunk/pjlib/src/pj/file_io_win32.c
r18 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include <pj/file_io.h> 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/guid.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/guid_simple.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/guid_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/guid.h> -
pjproject/trunk/pjlib/src/pj/hash.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/hash.h> … … 6 27 #include <pj/pool.h> 7 28 #include <pj/os.h> 29 #include <pj/ctype.h> 8 30 9 31 /** -
pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.c
r43 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_common_abs.h
r14 r49 1 1 /* $Id */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 3 24 /* ioqueue_common_abs.h -
pjproject/trunk/pjlib/src/pj/ioqueue_dummy.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/ioqueue_epoll.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r19 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* -
pjproject/trunk/pjlib/src/pj/ioqueue_winnt.c
r43 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/ioqueue.h> -
pjproject/trunk/pjlib/src/pj/list.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/list.h> -
pjproject/trunk/pjlib/src/pj/lock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/lock.h> -
pjproject/trunk/pjlib/src/pj/log.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pj/log_writer_printk.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pj/log_writer_stdout.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pj/os_core_linux_kernel.c
r5 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r36 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r36 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_error_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pj/os_error_unix.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* -
pjproject/trunk/pjlib/src/pj/os_error_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/errno.h> -
pjproject/trunk/pjlib/src/pj/os_time_ansi.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_time_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* $Log: /pjproject-0.3/pjlib/src/pj/os_time_linux_kernel.c $ -
pjproject/trunk/pjlib/src/pj/os_timestamp_common.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_linux.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_linux_kernel.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/os_timestamp_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/os.h> -
pjproject/trunk/pjlib/src/pj/pool.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_caching.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_dbg_win32.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_policy_kmalloc.c
r4 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/pool_policy_malloc.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pj/rand.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rand.h> -
pjproject/trunk/pjlib/src/pj/rbtree.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rbtree.h> -
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r15 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/sock.h> -
pjproject/trunk/pjlib/src/pj/sock_linux_kernel.c
r12 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJLIB - PJ Foundation Library 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pj/sock.h> -
pjproject/trunk/pjlib/src/pj/sock_select.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/sock_select.h> -
pjproject/trunk/pjlib/src/pj/string.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pj/symbols.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pj/timer.c
r36 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 /* (C)1993-2003 Douglas C. Schmidt -
pjproject/trunk/pjlib/src/pj/types.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/types.h> -
pjproject/trunk/pjlib/src/pjlib++-test/main.cpp
r37 r49 1 /* 2 * PJLIB - PJ Foundation Library 3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 4 * 5 * Author: 6 * Benny Prijono <bennylp@bulukucing.org> 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 */ 1 22 #include <pj++/file.hpp> 2 23 #include <pj++/list.hpp> -
pjproject/trunk/pjlib/src/pjlib-samples/except.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/except.h> -
pjproject/trunk/pjlib/src/pjlib-samples/list.c
r18 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/list.h> -
pjproject/trunk/pjlib/src/pjlib-samples/log.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include <pj/log.h> -
pjproject/trunk/pjlib/src/pjlib-test/atomic.c
r11 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/echo_clt.c
r20 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/errno.c
r6 r49 1 /* $Id$ 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 22 */ 3 23 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/exception.c
r35 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/fifobuf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/file.c
r32 r49 1 1 /* $Id$ */ 2 /* 3 * PJLIB - PJ Foundation Library 4 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 5 * 6 * Author: 7 * Benny Prijono <bennylp@bulukucing.org> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 */ 2 23 #include "test.h" 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/ioq_perf.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/ioq_tcp.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/ioq_udp.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/list.c
r35 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/main.c
r11 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/main_mod.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/mutex.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/os.c
r6 r49 1 1 /* $Id$ 2 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 */ 3 24 int dummy_os_var; -
pjproject/trunk/pjlib/src/pjlib-test/pool.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/pool.h> -
pjproject/trunk/pjlib/src/pjlib-test/pool_perf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/rand.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/rand.h> -
pjproject/trunk/pjlib/src/pjlib-test/rbtree.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/select.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/sleep.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/sock.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/sock_perf.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/string.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pj/string.h> -
pjproject/trunk/pjlib/src/pjlib-test/test.c
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/test.h
r32 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #ifndef __PJLIB_TEST_H__ -
pjproject/trunk/pjlib/src/pjlib-test/thread.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/timer.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" … … 60 81 entry[i].cb = &timer_callback; 61 82 } 62 rc = pj_timer_heap_create(pool, MAX_COUNT, 0,&timer);83 rc = pj_timer_heap_create(pool, MAX_COUNT, &timer); 63 84 if (rc != PJ_SUCCESS) { 64 85 app_perror("...error: unable to create timer heap", rc); -
pjproject/trunk/pjlib/src/pjlib-test/timestamp.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/udp_echo_srv_ioqueue.c
r17 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include <pjlib.h> -
pjproject/trunk/pjlib/src/pjlib-test/udp_echo_srv_sync.c
r21 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjlib/src/pjlib-test/util.c
r6 r49 1 1 /* $Id$ 2 */ 3 /* 4 * PJLIB - PJ Foundation Library 5 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 6 * 7 * Author: 8 * Benny Prijono <bennylp@bulukucing.org> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public 12 * License as published by the Free Software Foundation; either 13 * version 2.1 of the License, or (at your option) any later version. 14 * 15 * This library is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * Lesser General Public License for more details. 19 * 20 * You should have received a copy of the GNU Lesser General Public 21 * License along with this library; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 2 23 */ 3 24 #include "test.h" -
pjproject/trunk/pjmedia/src/pjmedia.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #ifndef __PJMEDIA_H__ -
pjproject/trunk/pjmedia/src/pjmedia/codec.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 #include <pjmedia/codec.h> -
pjproject/trunk/pjmedia/src/pjmedia/codec.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/config.h
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/dsound.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 -
pjproject/trunk/pjmedia/src/pjmedia/g711.c
r3 r49 1 1 /* $Id$ 2 2 * 3 */ 4 /* 5 * PJMEDIA - Multimedia over IP Stack 6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 7 * 8 * Author: 9 * Benny Prijono <bennylp@bulukucing.org> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public 13 * License as published by the Free Software Foundation; either 14 * version 2.1 of the License, or (at your option) any later version. 15 * 16 * This library is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * Lesser General Public License for more details. 20 * 21 * You should have received a copy of the GNU Lesser General Public 22 * License along with this library; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3 24 */ 4 25 /* This file contains file from Sun Microsystems, Inc, with the complete -
pjproject/trunk/pjmedia/src/pjmedia/jbuf.c
r3 r49