Changeset 260
- Timestamp:
- May 29, 2006, 9:21:23 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 90 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r243 r260 1 # $Id$ 2 1 3 -include Makefile.config 2 4 include Makefile.common -
trunk/Makefile.common
r259 r260 1 # $Id$ 2 1 3 VERSION_MAJOR = 0 2 4 VERSION_MINOR = 5 -
trunk/beos/Makefile
r243 r260 1 # $Id$ 2 1 3 include ../Makefile.config 2 4 include ../Makefile.common -
trunk/beos/TRApplication.cpp
r192 r260 1 // $Id$ 2 1 3 #include "TRApplication.h" 2 4 -
trunk/beos/TRApplication.h
r14 r260 1 // $Id$ 2 1 3 #ifndef TR_APP 2 4 #define TR_APP -
trunk/beos/TRInfoWindow.cpp
r14 r260 1 // $Id$ 2 1 3 #include "TRInfoWindow.h" 2 4 -
trunk/beos/TRInfoWindow.h
r14 r260 1 // $Id$ 2 1 3 #ifndef TR_INFO_WIND 2 4 #define TR_INFO_WIND -
trunk/beos/TRPrefsWindow.cpp
r14 r260 1 // $Id$ 2 1 3 #include "TRPrefsWindow.h" 2 4 #include "Prefs.h" -
trunk/beos/TRPrefsWindow.h
r14 r260 1 // $Id$ 2 1 3 #ifndef TR_PREF_WIND 2 4 #define TR_PREF_WIND -
trunk/beos/TRTransfer.cpp
r14 r260 1 // $Id$ 2 1 3 #include "TRTransfer.h" 2 4 -
trunk/beos/TRTransfer.h
r14 r260 1 // $Id$ 2 1 3 #ifndef TR_TRANSFER 2 4 #define TR_TRANSFER -
trunk/beos/TRWindow.cpp
r17 r260 1 // $Id$ 2 1 3 #include "TRWindow.h" 2 4 -
trunk/beos/TRWindow.h
r14 r260 1 // $Id$ 2 1 3 #ifndef TR_WIND 2 4 #define TR_WIND -
trunk/cli/Makefile
r259 r260 1 # $Id$ 2 1 3 include ../Makefile.config 2 4 include ../Makefile.common -
trunk/cli/transmissioncli.c
r245 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/configure
r243 r260 1 1 #! /bin/sh 2 # 3 # $Id$ 2 4 3 5 # -
trunk/gtk/Makefile
r248 r260 1 # $Id$ 2 1 3 include ../Makefile.config 2 4 include ../Makefile.common -
trunk/gtk/conf.c
r252 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/conf.h
r248 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/dialogs.c
r249 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/dialogs.h
r248 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/io.c
r242 r260 1 /* 2 $Id$ 3 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions 8 are met: 9 10 1. Redistributions of source code must retain the above copyright 11 notice, this list of conditions and the following disclaimer. 12 2. Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 14 documentation and/or other materials provided with the distribution. 15 16 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 POSSIBILITY OF SUCH DAMAGE. 27 */ 28 1 29 #include <sys/types.h> 2 30 #include <sys/socket.h> -
trunk/gtk/io.h
r242 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/ipc.c
r259 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/ipc.h
r248 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/main.c
r255 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/po/Makefile
r243 r260 1 # $Id$ 2 1 3 include ../../Makefile.config 2 4 include ../../Makefile.common -
trunk/gtk/po/it.po
r243 r260 1 # $Id$ 2 # 1 3 # translation of it.utf8.po to Italiano 2 4 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -
trunk/gtk/po/transmission-gtk.pot
r243 r260 1 # $Id$ 2 # 1 3 # SOME DESCRIPTIVE TITLE. 2 4 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -
trunk/gtk/tr_backend.c
r249 r260 1 /* 2 $Id$ 3 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions 8 are met: 9 10 1. Redistributions of source code must retain the above copyright 11 notice, this list of conditions and the following disclaimer. 12 2. Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 14 documentation and/or other materials provided with the distribution. 15 16 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 POSSIBILITY OF SUCH DAMAGE. 27 */ 28 1 29 #include <string.h> 2 30 -
trunk/gtk/tr_backend.h
r249 r260 1 /* 2 $Id$ 3 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions 8 are met: 9 10 1. Redistributions of source code must retain the above copyright 11 notice, this list of conditions and the following disclaimer. 12 2. Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 14 documentation and/or other materials provided with the distribution. 15 16 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 POSSIBILITY OF SUCH DAMAGE. 27 */ 28 1 29 #ifndef TR_BACKEND_H 2 30 #define TR_BACKEND_H -
trunk/gtk/tr_torrent.c
r249 r260 1 /* 2 $Id$ 3 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions 8 are met: 9 10 1. Redistributions of source code must retain the above copyright 11 notice, this list of conditions and the following disclaimer. 12 2. Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 14 documentation and/or other materials provided with the distribution. 15 16 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 POSSIBILITY OF SUCH DAMAGE. 27 */ 28 1 29 #include <string.h> 2 30 #include <unistd.h> -
trunk/gtk/tr_torrent.h
r248 r260 1 /* 2 $Id$ 3 4 Copyright (c) 2006 Joshua Elsasser. All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions 8 are met: 9 10 1. Redistributions of source code must retain the above copyright 11 notice, this list of conditions and the following disclaimer. 12 2. Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 14 documentation and/or other materials provided with the distribution. 15 16 THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND 17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 POSSIBILITY OF SUCH DAMAGE. 27 */ 28 1 29 #ifndef TR_TORRENT_H 2 30 #define TR_TORRENT_H -
trunk/gtk/util.c
r242 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/gtk/util.h
r248 r260 1 1 /* 2 $Id$ 3 2 4 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 5 -
trunk/libtransmission/Makefile
r243 r260 1 # $Id$ 2 1 3 include ../Makefile.config 2 4 include ../Makefile.common -
trunk/libtransmission/bencode.c
r245 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/bencode.h
r241 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/choking.c
r179 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2006 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/choking.h
r62 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2006 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/clients.c
r1 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/clients.h
r1 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/completion.c
r5 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/completion.h
r5 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/fastresume.h
r102 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/fdlimit.c
r238 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/fdlimit.h
r238 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/inout.c
r253 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/inout.h
r104 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/internal.h
r245 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/libtransmission/metainfo.c
r241 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/metainfo.h
r1 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/net.c
r245 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/libtransmission/net.h
r237 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/libtransmission/peer.c
r254 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/peer.h
r253 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/peermessages.h
r79 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/peerparse.h
r253 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/peerutils.h
r253 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/platform.c
r21 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/platform.h
r20 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/ratecontrol.c
r92 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2006 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/ratecontrol.h
r92 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2006 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/tracker.c
r250 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/tracker.h
r217 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/transmission.c
r237 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/libtransmission/transmission.h
r245 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/libtransmission/utils.c
r230 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/libtransmission/utils.h
r230 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/Badger.h
r256 r260 1 // 2 // Badger.h 3 // Transmission 4 // 5 // Created by Mitchell Livingston on 12/21/05. 6 // 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 7 24 8 25 #ifndef BADGER_H -
trunk/macosx/Badger.m
r256 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/Controller.h
r256 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/macosx/Controller.m
r256 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/macosx/InfoWindowController.h
r256 r260 1 // 2 // InfoWindowController.h 3 // Transmission 4 // 5 // Created by Mitchell Livingston on 5/22/06. 6 // Copyright 2006 __MyCompanyName__. All rights reserved. 7 // 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 8 24 9 25 #import <Cocoa/Cocoa.h> -
trunk/macosx/InfoWindowController.m
r256 r260 1 // 2 // InfoWindowController.m 3 // Transmission 4 // 5 // Created by Mitchell Livingston on 5/22/06. 6 // Copyright 2006 __MyCompanyName__. All rights reserved. 7 // 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 8 24 9 25 #import "InfoWindowController.h" -
trunk/macosx/Makefile
r191 r260 1 # $Id$ 2 1 3 include ../Makefile.config 2 4 include ../Makefile.common -
trunk/macosx/MenuButton.h
r247 r260 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 24 1 25 #import <Cocoa/Cocoa.h> 2 26 -
trunk/macosx/MenuButton.m
r256 r260 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 24 1 25 #import "MenuButton.h" 2 26 -
trunk/macosx/PrefsController.h
r256 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/PrefsController.m
r256 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/macosx/StringAdditions.h
r162 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/StringAdditions.m
r170 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/macosx/Torrent.h
r256 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/Torrent.m
r256 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/TorrentCell.h
r162 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/TorrentCell.m
r219 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005-2006 Transmission authors and contributors 2 * $Id$ 3 * 4 * Copyright (c) 2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/TorrentTableView.h
r162 r260 1 /****************************************************************************** 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a 7 * copy of this software and associated documentation files (the "Software"), 8 * to deal in the Software without restriction, including without limitation 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 * and/or sell copies of the Software, and to permit persons to whom the 11 * Software is furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 23 *****************************************************************************/ 24 1 25 #import <Cocoa/Cocoa.h> 2 26 #import <transmission.h> -
trunk/macosx/TorrentTableView.m
r256 r260 1 1 /****************************************************************************** 2 * $Id$ 3 * 2 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * -
trunk/macosx/Utils.h
r191 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a -
trunk/macosx/main.m
r34 r260 1 1 /****************************************************************************** 2 * Copyright (c) 2005 Eric Petit 2 * $Id$ 3 * 4 * Copyright (c) 2005-2006 Transmission authors and contributors 3 5 * 4 6 * Permission is hereby granted, free of charge, to any person obtaining a
Note: See TracChangeset
for help on using the changeset viewer.